Let's download 'venv'. Open cmd-line in your's site's folder:
C:\my_project> python -m venv 'yours_venv_name'
For running venv write this command:
C:\my_project> python 'yours_venv_name'\Scripts\activate
Now your adress line shuld looks like:
('yours_venv_name')C:\my_project>
To install all requirement librarys:
pip install -r requirements.txt
For running server on your own machine:
python manage.py runserver
Open the page 127.0.0.1:8000
Created the static html file
Created the wireframe on the board