Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 655 Bytes

INSTALL.md

File metadata and controls

20 lines (15 loc) · 655 Bytes

Installing the Project

The following steps can be done to install the python.

  1. Install Python 3.8
  2. Install python3 pip

Running

  • Clone the repository:

    $ git clone https://github.com/niharncsu/group18-HW1.git
  • Change working directory to the repository:

    $ cd group18-HW1
  • Install the packages according to the requirements.txt file:

    $ pip install -r requirements.txt

For more information, please follow these links:

  1. Github Guide
  2. Python Installation Guide