- Install Python 3.7.3.
- Clone this repository:
git clone git@github.com:Vitaly007/SocNetDjango.git
. cd
intosocnetdjango
:cd c:\........\socnetdjango
.- Install virtualenv.
- Create a new virtualenv called "your_env":
python -m venv your_env
. cd
intoyour_env\Scripts
:cd c:\........\your_env\Scripts
.- Set the local virtualenv to "your_env":
activate
.
If all went well then your command line prompt should now start with (your_env)
.
cd
intosocnetdjango
again:cd c:\........\socnetdjango
.- Install the required packages:
pip install -r requirements.txt
- project should build and run with:
python manage.py runserver