From f326af44192a07bdf37c112e73def7f4112dbba2 Mon Sep 17 00:00:00 2001 From: Joseph Spiros Date: Wed, 1 Feb 2012 15:21:16 -0500 Subject: [PATCH] Added a link to the Bitbucket mirror, and updated the installation instructions to reflect the ability to install from PyPI using pip. --- index.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 8ace68c..2863770 100644 --- a/index.html +++ b/index.html @@ -130,15 +130,13 @@

Install Philo

- git clone git://git.ithinksw.org/philo.git - python philo/setup.py install - rm -rf philo + pip install philo

Get Involved

-

Philo is still under heavy development. If you’re a Python/Django developer, help out by visiting the project website and/or forking Philo on GitHub or Gitorious to add features or fix bugs.

+

Philo is still under heavy development. If you’re a Python/Django developer, help out by visiting the project website and/or forking Philo on GitHub, Gitorious, or Bitbucket to add features or fix bugs.

-- 2.20.1