From 2fa9ce7f1d4a4b69404c4bc0063fd21b8e3a99ef Mon Sep 17 00:00:00 2001 From: The Wobbler Date: Sun, 28 Jan 2024 11:38:15 +0100 Subject: [PATCH] README.md aktualisiert --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4ba340..2291195 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ 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. +If a folder named tools already exists in the site-packages folder, 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: +To see, where the site-packages folder is, use: ``` python -m site ```