Skip to content

Commit

Permalink
Updated readme to reflect the software versions we're using
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelliott committed Mar 17, 2013
1 parent 197b8fe commit 15a006f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,20 @@ Development
-----------

### Prerequisites ###
* Python (2.7)
* pip (`easy_install pip`)
* virtualenv (`pip install virtualenv`)
* Python (2.6)
* If you already have a newer version of python you will need to install 2.6 alongside your
current version
* pip
* `easy_install pip`
* virtualenv
* `pip install virtualenv`

### Setup ###
mkdir lexTerm && cd lexTerm
virtualenv server --no-site-packages
virtualenv -p <path_to_python2.6> --no-site-packages server
cd server
source bin/activate
pip install django
pip install django==1.4
git clone [email protected]:LexTerm/LexTermServer.git

### Run it ###
Expand Down

0 comments on commit 15a006f

Please sign in to comment.