Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 601 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 601 Bytes

Hackathon Chattra

Your friendly travel buddy

Python and library dependencies

How to use code

  1. Clone the repo: git clone https://github.com/bubadoudou/hackathon_chattra/
  2. Go to python officially website to download Python 3.7
  3. Create new virtual env by:
    • mkvirtualenv "your_env_name"
    • pip install -r requirements.txt (to install dependancies and libraries)
  4. Go to terminal and compile app.py
    • python app.py