- Create a directory to hold the project and run
git clone https://github.com/etg624/Djangogram.git
inside of the directory - Create a virtual environment folder in your project directory by running
virtualenv venv
in the root directory
The folder structure should look like this:
+--Root
| +--Djangogram
| +--venv
- Start the virtual evironment by running
source venv/bin/activate
in the root folder cd
into theDjangogram
directory and runpip install -r requirements.txt
- run
python manage.py runserver
to start the server on port 8000