- Clone the repo
- Setup your virtual environment
required python version 3.6 and above
pip install virtualenv virtualenv mypythonActivate:
source mypython/bin/activate
Deactivate:deactivatereadmore
-
Install required libraries
pip install -r requirements.txt -
Create a
local.pyfile inhardwareManager/settingsand pastelocal.py.templatewith your credentials in it. -
Apply migrations
python manage.py migrate -
Runserver
python manage.py runserver