-
Run command
git clone https://github.com/ASE-Group-23/ASE-1-Project.gitand move in the repository -
Create a virtual environment
envin the repository (use virtualenv, etc) -
Activate virtual environment
Windows:
.\env\Scripts\activate
Ubuntu/Linux:source env/bin/activateInstall the requirements
pip install -r requirements.txt
After making any changes, follow these steps before pushing to the repo.
- git add .
- git commit -m "commit msg"
- git pull
- git push