Skip to main content

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:

windows-open-cmd

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.

cmd

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.

download the zip

Then, click finder -> services -> new terminal at folder:

opening terminal

Once you open the terminal, it should look something like this:

terminal opened

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.