Installation Steps
by Admin _ - Please discussed the installation steps
Re: Installation Steps
by Admin _ - - 1- install Python 3
- 2- Installing Virtualenv
- pip install virtualenv
- ./my_project/virtualenv env
- 3- Installing Django
- pip install Django
- 4- Setup virtual environments
- # first make director where you want to stored the project files
- virtualenv project_name
- # change your project directory to virtual env and the execute the following commands
- ./project_name/scripts/activate.bat