Skip to content

Commit

Permalink
fix markdown on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeJasinski committed Sep 1, 2014
1 parent cdd00ca commit c5ca6f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -44,24 +44,30 @@ LOCAL INSTALL
-------

1. Create virtualenv

virtualenv windytransit

2. Activate Virtual Environment

cd windytransit; . ./bin/activate

3. Make needed directories

mkdir -p var/log/
mkdir -p data/
mkdir proj/; cd proj/

4. Checkout Code

git clone git@github.com:JoeJasinski/WindyTransit.git windytransit; cd windytransit

5. Install Python dependencies

export PROJECT_DIR=`pwd`
pip install -r requirements.txt

6. Copy the settings example file into place

cp mobiletrans/settings/local.example mobiletrans/settings/local.py

7. Adjust the local settings as desired, though the default should be enough to get started
Expand Down

0 comments on commit c5ca6f2

Please sign in to comment.