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

Your README is incorrect #18

Merged
merged 1 commit into from May 13, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -15,9 +15,11 @@ __Modules:__


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


* sqlite * sqlite
* Python < 2.6: `sudo easy_install pysqlite` * 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 * readline
* `sudo easy_install readline` * `sudo easy_install readline`


Expand Down