mirror of
https://github.com/wassname/pyreadline.git
synced 2026-06-27 16:10:38 +08:00
pyreadline: added readme. Changed setup to install to pyreadline
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2006-01-21 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
|
||||
|
||||
* Added README.txt
|
||||
* Changed package name to pyreadline, changed setup.py to
|
||||
reflect this.
|
||||
|
||||
2006-01-21 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
|
||||
|
||||
* Added clipboard functionality. ctypes clipboard code
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
Install instructions for pyreadline
|
||||
===================================
|
||||
|
||||
The pyreadline package is based on the readline package by Gary Bishop. It is
|
||||
not a complete replacement for GNU readline. The pyreadline package is
|
||||
currently only for the win32 platform. The pyreadline package tries to improve
|
||||
the integration with the win32 platform by including such things as copy
|
||||
paste.
|
||||
|
||||
The pyreadline package installs as pyreadline, you may want to add readline.py
|
||||
containing the line:
|
||||
from pyreadline import *
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
* PyWin32, the win32 Python extensions from
|
||||
http://starship.python.net/crew/mhammond.
|
||||
|
||||
* This in turn requires Tomas Heller's ctypes from
|
||||
http://starship.python.net/crew/theller/ctypes.
|
||||
|
||||
Reference in New Issue
Block a user