Find-Your-Movie- Installation and Setup Install the Requirements.txt file - pip install -r requirements.txt Activate Virtualenv - python -m pip install virtualenv python -m virtualenv env source env/Scripts/activate Launch the application - python manage.py runserver