Getting the packages in place
Installing the required packages
Last updated
Installing the required packages
Last updated
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: pip3 install -r requirements.txt
. Word to word! Again, make sure you are in the directory. Give it a few minutes and let it download the packages.
Once done, you should be seeing something like this:
In the place where you initially cloned the repo, type this command:
You can now run:
First, go to the folders where the code is stored.
Go to the Downloads folder:
Then, click finder -> services -> new terminal at folder:
Once you open the terminal, it should look something like this:
Type in this command (or just copy it) pip3 install -r requirements.txt
:
And this should appear on the screen!
In the place where you initially cloned the repo, type this command:
Then install the
And this should appear on the screen!
First, go to the folders where the code is stored.
Go to the Downloads folder, then right-click on the zip file and click "Open folder in terminal":
Then, type this command:
And everything should be installed!
In the place where you initially cloned the repo, type this command:
You can now run: