README.md aktualisiert

This commit is contained in:
The Wobbler 2024-01-28 11:38:15 +01:00
parent e1acafa0ac
commit 2fa9ce7f1d

View file

@ -2,10 +2,10 @@
To install, make a new folder in the python site-packages folder named tools and put all files in it. To install, make a new folder in the python site-packages folder named tools and put all files in it.
If a folder named tools already exists in one of the site-packages folders, you can name the folder "wobbl_tools" or something else. If a folder named tools already exists in the site-packages folder, you can name the folder "wobbl_tools" or something else.
Dont forget to change the imports in the script that uses this tools. Dont forget to change the imports in the script that uses this tools.
To see, where the site-packages folders are, use: To see, where the site-packages folder is, use:
``` ```
python -m site python -m site
``` ```