Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 648 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 648 Bytes

Proj_i02

Installation Instructions

  1. Install [python] 3.4 or above, [git], [virtualenv], in your computer, if you don't have it already.

  2. Get the source code on your machine via git.

    git clone https://github.com/ncs-jss/Proj_i02.git
    
  3. Create a python virtual environment and install python dependencies.

    cd Proj_i02
    virtualenv venv
    source venv/bin/activate  # run this command everytime before working on project
    pip install requirements.txt
  4. That's it. Now you can run development server at [http://127.0.0.1:8000]

    python manage.py runserver