Installation ============ If you are familiar with Python, it is strongly suggested that you install Projy in `virtualenv `_. Pip and Distribute ------------------ To install Projy system-wide, just type:: $ sudo pip install projy If no pip available, try ``easy_install``:: $ sudo easy_install projy Play the game ------------- If you want to code, hack, enhance or just understand Projy, you can get the latest code at `Github `_:: $ git clone http://github.com/stephanepechard/projy Then create the local virtualenv and install Projy:: $ cd projy && source bootstrap && fab install