Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 857 Bytes

INSTALL.md

File metadata and controls

31 lines (22 loc) · 857 Bytes

Installation

Requirements

  • Python ≥ 3

Install from Source

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.