README.md aktualisiert
This commit is contained in:
parent
65d7dbd043
commit
57463e8ebb
1 changed files with 15 additions and 1 deletions
16
README.md
16
README.md
|
@ -38,4 +38,18 @@ git clone https://teapot.informationsanarchistik.de/Wobbl/wobbl_tools.git
|
|||
|
||||
<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>
|
Loading…
Reference in a new issue