1- Install .zip and take out from zip
2- open "cmd" or "terminal"
3- Go project folder with command "cd"(example: cd C:\Users\asita\OneDrive\Masaüstü\Simple-CRUD-Python)
4- create virtual sapace with command "virtualenv fenv"
5- activate virtual space with command "fenv\Scripts\activate" --> "C:\Users\asita\OneDrive\Masaüstü\Simple-CRUD-Python\fenv\Scripts\activate" if it's successed you should see line like this; "(fenv) C:\Users\asita\OneDrive\Masaüstü\Simple-CRUD-Python"
6- install requirements.txt (pip install -r requirements.tx)
7- run command "python manage.py makemigrations"
8- run command "python manage.py migrate"
9- run command "python manage.py runserver"