Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 425 Bytes

readme.md

File metadata and controls

31 lines (25 loc) · 425 Bytes

Installation

  • Clone the repo
git clone [email protected]:SeriousCorgi/ApTimer.git
cd ApTimer
  • Install virtualenv
pip install virtualenv
virtualenv env -p python3
  • Install requirement in virtual env
source env/bin/activate
pip install -r requirements.txt
  • Migrate
python manage.py migrate
  • Run the server
python manage.py runserver

The server is started at localhost:8000