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.
-
Make sure you have Python 3.7 or greater and the pip package management tool. Furthermore, these instructions assume that
python
andpip
are aliased to their Python 3 counterparts. -
(optional) Use the Gradecard repository template and create your personal instance.
-
Clone the Gradecard repository or your personal instance to your machine.
-
(optional) Within the cloned repository, create a virtual environment.
-
Install all dependencies using
pip install -r requirements.txt
. This will install the packages listed in the requirements.txt file.