2023-11-11 19:50:32 +01:00
|
|
|
# Wobbl tools
|
|
|
|
|
|
|
|
To install, make a new folder in the python site-packages folder named tools and put all files in it.
|
|
|
|
|
2024-01-28 11:38:15 +01:00
|
|
|
If a folder named tools already exists in the site-packages folder, you can name the folder "wobbl_tools" or something else.
|
2023-11-11 19:50:32 +01:00
|
|
|
Dont forget to change the imports in the script that uses this tools.
|
|
|
|
|
2024-01-28 11:38:15 +01:00
|
|
|
To see, where the site-packages folder is, use:
|
2023-11-11 19:50:32 +01:00
|
|
|
```
|
|
|
|
python -m site
|
|
|
|
```
|
|
|
|
You can use one of the listed folders.
|