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

Table Of Contents

Previous topic

Projy

Next topic

Usage

This Page