README.md aktualisiert

This commit is contained in:
The Wobbler 2024-02-25 14:10:07 +01:00
parent 65d7dbd043
commit 57463e8ebb

View file

@ -38,4 +38,18 @@ git clone https://teapot.informationsanarchistik.de/Wobbl/wobbl_tools.git
<sup>Dont forget to replace the path!</sup> <sup>Dont forget to replace the path!</sup>
And you are done! And you are done!
#### Additional:
If you want to have this repository in your projects (or any other) folder, you can clone the repository in the folder and create a symbolic link to it.
You can do so by running these commands:
``` bash
cd /any/folder
git clone https://teapot.informationsanarchistik.de/Wobbl/wobbl_tools.git
ln -s /any/folder/wobbl_tools /home/user/.local/lib/python3.10/site-packages/
```
<sup>Dont forget to replace the paths, and it is necessary that there is no / at the end of the path to the module and a / at the end of the path to the site-packages folder.</sup>