Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.

Project Setup and Installation

Krys Nuvadga edited this page Aug 23, 2017 · 4 revisions

Ideal OS: Ubuntu 16.04 LTS

Step 1: Creating Your Virtual Environment

  • create a new directory where you want the project to reside on your computer.
  • On the terminal, navigate into your newly created directory.
  • Run the command virtualenv .

Step 2: Downloading the source code

Step 3: Activating the Virtual Environment

  • Activate your virtaul environment by running source ../bin/activate. With the virtual environment activated, navigate into the project directory on your command line.

Step 6: Installing Project and Dependencies

  • Run pip install --editable . to install all the project dependencies on your virtual environment.

Enjoy!

Clone this wiki locally