From 57463e8ebb35608044f9dd31f6384bf3476e4ca0 Mon Sep 17 00:00:00 2001 From: EKNr1 Date: Sun, 25 Feb 2024 14:10:07 +0100 Subject: [PATCH] README.md aktualisiert --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39b51b4..5873481 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,18 @@ git clone https://teapot.informationsanarchistik.de/Wobbl/wobbl_tools.git Dont forget to replace the path! -And you are done! \ No newline at end of file +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/ +``` + +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. \ No newline at end of file