Run the Code

The output you will receive is a zip file with main python file, requirements file and instructions.

  1. Unzip the file

  2. Drag the folder in your code editor such as Visual Studio

  3. Read the instructions

  4. Run the code via entering these two lines in your terminal (one by one):

    • pip install -r requirements.txt

    • python main.py

  5. You should see a relevant output in your terminal if you setup your crew correctly.

Last updated