This project contains the source code for the PythonCampus.org website.
-
Create a Virtualenv for the project:
mkdir -p ~/pythoncampus cd ~/pythoncampus virtualenv --no-site-packages --unzip-setuptools . source ./bin/activate
-
Install Pip, iPython and Django:
easy_install -U pip pip install ipython pip install django
-
Clone your forked repository:
git clone git@github.com:[YOUR NAME]/pythoncampus.git src cd src
-
Change whatever you want!
This code is free to be used under the terms of the MIT license.