Your friendly travel buddy
- Python 3.7
- virtualenvwrapper for Windows
- Clone the repo:
git clone https://github.com/bubadoudou/hackathon_chattra/
- Go to python officially website to download Python 3.7
- Create new virtual env by:
mkvirtualenv "your_env_name"
pip install -r requirements.txt (to install dependancies and libraries)
- Go to terminal and compile app.py
python app.py