Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 890 Bytes

README.md

File metadata and controls

47 lines (26 loc) · 890 Bytes

travis_badge logo

Transit Tracker

Transit Tracker is a simple to use app that allows users to find easy public transportation in all supported cities.

Prerequisites

Python 3.5+ needed, all required libraries in requirements.txt.

Python 3.5+

All dependencies listed in requirements.txt

Installing

pip install virtualenv

cd your_project_folder

virtualenv your_env_name

cd your_env_name/bin/

source activate

cd ../../

pip install -r requirements.txt

Built With

  • Django - The web framework used

Authors

Acknowledgments

  • Kieren Prasch