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 ```