Maintained by Kasper Aaquist Johansen
I recommend developers to install virtualenv before starting with this project.
-
Install python pip installer
- Mac:
<User>-MacBook:Developer <User>$ sudo easy_install pip
- Mac:
-
Now install virtualenv.
- Mac:
<User>-MacBook:Developer <User>$ sudo pip install virtualenv
- Mac:
-
Now you have installed virtualenv you can clone the project and start working on it.
<User>-MacBook:Developer <User>$ git clone https://github.com/kaaquist/website_2300kbhs.git
<User>-MacBook:Developer <User>$ virtualenv website_2300kbhs
<User>-MacBook:Developer <User>$ cd website_2300kbhs
<User>-MacBook:website_2300kbhs <User>$ source bin/activate
(website_2300kbhs)<User>-MacBook:website_2300kbhs <User>$ pip install -r requirements.txt