Set Up Gradecard Locally - shiftsayan/gradecard GitHub Wiki

Gradecard is a command line application and runs in your favorite terminal emulator. In this step we will clone the repository locally and install all dependencies needed for Gradecard.

  1. Make sure you have Python 3.7 or greater and the pip package management tool. Furthermore, these instructions assume that python and pip are aliased to their Python 3 counterparts.

  2. (optional) Use the Gradecard repository template and create your personal instance.

  3. Clone the Gradecard repository or your personal instance to your machine.

  4. (optional) Within the cloned repository, create a virtual environment.

  5. Install all dependencies using pip install -r requirements.txt. This will install the packages listed in the requirements.txt file.