Python Bibliotheken einbinden

Community-Firmware (cfw), Selbstbaucontroller (TX-Pi, ftduino, usw.), usw.
Forumsregeln
Bitte beachte die Forumsregeln!
pawantanwar
Beiträge: 1
Registriert: 06 Okt 2023, 14:10

Re: Python Bibliotheken einbinden

Beitrag von pawantanwar » 06 Okt 2023, 14:18

Download wheels for any library you would like to install; most popular libraries can be found on PyPI. Once downloaded, copy them directly from PyPI into TXT using USB or network storage media, copy to TXT as instructed above and launch terminal window from TXT for each wheel you copied: for each copy run: pip install --user
This will install the library into your user directory.

Once your libraries are installed, you can begin using them in your Python programs.

If you are new to Python, I highly suggest taking advantage of W3Schools' Python tutorial: https://www.w3schools.com/python/ as it can provide invaluable lessons on its basics.

thanks and regards
pawan tanwar
https://www.multispanindia.com

Antworten