Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
6df677bb84
1 changed files with 12 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Wobbl tools
|
||||
|
||||
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.
|
||||
Dont forget to change the imports in the script that uses this tools.
|
||||
|
||||
To see, where the site-packages folders are, use:
|
||||
```
|
||||
python -m site
|
||||
```
|
||||
You can use one of the listed folders.
|
Loading…
Reference in a new issue