Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 887 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 887 Bytes

SOAD_Project PackUrBags

Build Status

Cloning the project

  • Run command https://github.com/vitthal-inani/SOAD_Project.git and change into the project folder
  • Create a virtual environment env in the repository (use virtualenv, etc)
  • Install the requirements
  • Activate virtual environment

To create virtual environment and install requirements run following commands

virtualenv env
pip install -r requirements.txt

To activate the environment use following commands: Window:

.\env\Scripts\activate

Ubuntu/Linux

source env/bin/activate

Flow Chart of the Project flowchart _