- Launch from your terminal the command:
pip3 install virtualenv
- From terminal moved inside (from the terminal on both windows and mac the command is: cd<PATH_FOLDER>)
and launches the following commands:
virtualenv .
- Then again from the terminal, activate it (and within the folder run the following commands) for Mac:
source bin/activateor for Window:Script\activate
- Then install the necessary libraries:
pip install -r requirements.txtorpip3 install -r requirements.txt
- Finally, run your script:
python ./ATR.pyor run it from Visual Studio Code.