Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Adding more setup info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jtinfors committed Jun 11, 2012
1 parent 0b6d5ff commit e22beb9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ Kitin - README

## Getting started

1. Install requirements:
1. Install requirements (Mac OS X specific):

$ sudo easy_install pip
$ pip install virtualenvwrapper
$ Add `export WORKON_HOME=$HOME/.virtualenvs` to your shell profile (zshrc, bashrc)
$ Add `source /path/to/virtualenvwrapper.sh` to your shell profile (zshrc, bashrc)
$ mkvirtualenv kb-kitin
$ pip install -r dev-requirements.txt
$ fab prepare
Expand Down

0 comments on commit e22beb9

Please sign in to comment.