Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 537 Bytes

installation.md

File metadata and controls

26 lines (18 loc) · 537 Bytes

Installation Instructions

  • Create virtual environment (You can use any of your choice in this example i use venv).
python -m venv <environment_name>
  • Activate the virtual environment
# For linux or Mac
source <environment_name>/bin/activate
# For Windows
<environment_name>/Scripts/activate
  • Install packages.
pip install -r requirements.txt
  • Project Installation Complete 🍾

  • Run Application with python ,./src/main.py or you can run the bash script