Files
pyreadline/doc/source/installation.rst
T
2008-08-28 19:59:42 +02:00

19 lines
676 B
ReStructuredText

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.