Added forgotten files from split

This commit is contained in:
Jorgen Stenarson
2008-08-28 19:59:42 +02:00
parent f05e53b4e5
commit 60bfde049f
5 changed files with 164 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
Installation
============
There are a few things that are not autmatically installed. For instance the configuration file and the startup code that makes sure pyreadline is activated when running python in interactive mode.
However when using ipython pyreadline is imported by default by ipython.
Development version
-------------------
Use :command:`easy_install pyreadline==dev` to get development version. Copy pyreadlineconfig.ini from pyreadline/configuration to your HOME directory (usually c:/documents and settings/YOURNAME)
Current release version
-----------------------
Use :command:`easy\_install pyreadline` to get development version.