Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aplusl committed May 12, 2011
1 parent 8438f3f commit c1b08e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -15,9 +15,11 @@ __Modules:__

Python Dependencies
===================


* sqlite
* Python < 2.6: `sudo easy_install pysqlite`
* Python >= 2.6: `sudo easy_install sqlite3`
* Python >= 2.6: pysqlite should already be installed, since it's part of the stdlib
* readline
* `sudo easy_install readline`

Expand Down

0 comments on commit c1b08e3

Please sign in to comment.