Getting the packages in place
Windows
Head over to the folder where all the files are stored. Once you are there, you should see a bar at the top showing the directory's path. Double click that:
Once you double-click it, type cmd
and press enter. You should see a Command Prompt window pop up that is placed inside your source folder.
Once in, type: pip install -r requirements.txt
. Word to word! Give it a few minutes and let it download the packages. Once it's done and didn't show any errors, you're good to go! If it outputed yellow text, that's fine. If it outputed red text, please contact us on our Discord server.
MacOS
First, go to the folders where the code is stored.
Then, click finder -> services -> new terminal at folder:
Once you open the terminal, it should look something like this:
Once in, type: pip install -r requirements.txt
. Word to word! Give it a few minutes and let it download the packages. Once it's done and didn't show any errors, you're good to go! If it outputed yellow text, that's fine. If it outputed red text, please contact us on our Discord server.