mirror of
https://github.com/wassname/pyreadline.git
synced 2026-07-03 17:10:46 +08:00
19 lines
676 B
ReStructuredText
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.
|
|
|