- Python 3 is required. See if it is already installed, here.
- If not, download the matching release for your platform here and install it. If you are a Windows user, selecting Add Python 3 to PATH option when installing the software is mandatory.
Download the repository and extract the zip into a folder.
Open the Command Promt, Powershell or Terminal in the folder that contains the script.py file (click on the links to see how)
Enter these lines to the terminal window until it prints out the a version starting with 3.
:
python --version
python3 --version
py --version
py -3 --version
Once it does, your keyword is without the --version
part.
Enter the line below to terminal window when you are in the directory where script.py is, use your keyword instead of python
:
python -m pip install -r requirements.txt
Type below code into command line inside the program folder, use your keyword instead of python
:
python script.py
The program should guide you through. However, you can also use custom options. See Options