Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 680 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 680 Bytes

proj-clicker

Deploy Python 3.9

  1. Create virtualenv
python -m venv [path to venv folder]
  1. Activate virtualenv
.\venv\Scripts\activate (for Windows)
source env/bin/activate (for Linux)
  1. Install package
pip install djangorestframework
pip install Django
  1. Migrate
python manage.py migrate
  1. Run django server
python manage.py runserver

Demonstration of the appearance of the Clicker

image