From 58506392cbb21ae7396a8af7bbfee065feec5529 Mon Sep 17 00:00:00 2001 From: The Wobbler Date: Sat, 11 Nov 2023 19:50:32 +0100 Subject: [PATCH] Added readme. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d4ba340 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Wobbl tools + +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. +Dont forget to change the imports in the script that uses this tools. + +To see, where the site-packages folders are, use: +``` +python -m site +``` +You can use one of the listed folders.