Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 240 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 240 Bytes

Steps to run the Project:

Clone the Project and get inside the Project Directory and run the following commands:

foo@bar:~$ virtualenv -p python3.7 venv
foo@bar:~$ . venv/bin/activate
foo@bar:~$ pip3 -r requirements.txt