SDV-Assignment

Setup and running of project

  • Fork the repository and clone it.
  • The project used pipenv to manage dependencies.
  • Install Pipenv using the following command:
pip install pipenv
  • Navigate to the project directory and initialize the environment using the following command -
pipenv shell
  • The above step also activates the environment, for activating the environment in subsequent sessions type the following command:
pipenv shell
  • At the root of your project directory
pipenv install
  • This will setup the project requirements.

NOTE: Add your own Github Personal Access Token in sdv.py in pat_key.

After the above setup, run

python sdv.py

Output

Screenshot 2021-05-21 at 1 47 49 AM

Thank you!