-`virtualenv env` to create new virtualenv (contains clean python working environment)
-`. env/bin/activate` (to start using virtualenv)
-`pip install --use-deprecated=legacy-resolver -r requirements.txt` to install project's dependencies
-`pip install -r requirements.txt` to install project's dependencies
- Create `local_settings.py` file in `(./scheduling-system)/smash/smash` directory by copying the template in `(./scheduling-system)/smash/smash/local_settings.template` and edit your local_setttings.py file to change your database connection data.
- Update migration db scrpit from file structure (`./scheduling-system/smash/manage.py makemigrations`)