Skip to content

Commit

Permalink
Use pip instead of easy_install and mention system package
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Marier committed Aug 1, 2012
1 parent 8391d03 commit e13eb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ Brief, and possibly incomplete at this point:
* Install django as per your operating system's instructions * Install django as per your operating system's instructions
(eg, for ubuntu/debian: sudo apt-get install python-django) (eg, for ubuntu/debian: sudo apt-get install python-django)
* Get the Libravatar python module * Get the Libravatar python module
(eg, sudo easy_install pyLibravatar) (eg, `sudo pip install pyLibravatar` or `sudo apt-get instal python-libravatar`)
* Clone this repository into a directory somewhere * Clone this repository into a directory somewhere
* Setup Mailman to output weekly archives with the file format like: * Setup Mailman to output weekly archives with the file format like:
<yourmailmanlisturl>Week-of-Mon-20120716.txt <yourmailmanlisturl>Week-of-Mon-20120716.txt
Expand Down

0 comments on commit e13eb02

Please sign in to comment.