Run the Code
The output you will receive is a zip file with main python file, requirements file and instructions.
Unzip the file
Drag the folder in your code editor such as Visual Studio
Read the instructions
Run the code via entering these two lines in your terminal (one by one):
pip install -r requirements.txt
python main.py
You should see a relevant output in your terminal if you setup your crew correctly.
Last updated