pip install django
pip install django-crispy-forms
pip install django-crispy-bootstrap4
pip install git+https://github.com/django-crispy-forms/crispy-bootstrap4.git
pip install django-multiselectfield
cd mysite (change directory to mysite folder)
python manage.py migrate
python manage.py runserver
python3 manage.py migrate
python3 manage.py runserver