This is the source repository for the Instrument Marketplace site.
#####For first time, fire following commands in workspace (or whatever you call it) directory:
## Clone this repository
git clone [email protected]:instruments/instruments.git
## Switch to cloned repository
cd instruments
## Setup your virtual environment for very first time
./setup_environment.sh
## Activate your virtual environment for this project
source activate.sh
## Run Django Development Sever
cd main/
python manage.py runserver
#####Please fire following command from root of cloned repository for every new terminal session
source activate.sh