You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/alunavat/CSC510-22-group-5
cd CSC510-22-group-5
python -m pip install .
Common Installation Issues
Command 'git' not found
This indicates that Git is not installed. Download the appropriate version from [here](https://git-scm.com/downloads) and follow the setup dialog to install.
No such directory
This issue arises in case the clone of the repository failed. Please make sure you have a working internet connection and retry.
Command 'python' not found>
This indicates Python is not installed. Download the appropriate version from [here](https://www.python.org/downloads/) and follow the steps there to install.