Guidlines on how to contribute to this repo
- Top right corner of the main page click the fork button to create a copy of the project on your account
Click code button and copy the HTTPS
git clone https://github.com/your-username/STEM-eLearning
Replace your-username with your actual github username
git checkout -b my-contribution-branch
Run requirements.txt file to install libraries used in the project
pip install -r requirements.txt
Refer to this documentation file for more details
python -m venv venv
Activate virtual environment
source venv/Scripts/activate