parent
7320b7ef65
commit
9abe5e7e02
6
README
6
README
|
@ -19,11 +19,11 @@ author. Buyer beware!
|
|||
Requirements:
|
||||
1. python 2.4 or higher (this may become 2.5 or higher)
|
||||
2. chardet module (for detecting character encodings)
|
||||
3. ncurses
|
||||
3. curses module (usually ships with python)
|
||||
4. bash
|
||||
|
||||
Optional Dependencies:
|
||||
* aespipe [for aes-encrypted buffers]
|
||||
* python-crypto [for aes-encrypted buffers]
|
||||
* ispell [for spell-checking]
|
||||
* cvs [for cvs-based commands]
|
||||
* svn [for svn-based commands]
|
||||
|
@ -38,7 +38,7 @@ Optional Dependencies:
|
|||
|
||||
Quick Start Guide:
|
||||
1. Download and unpack the pmacs tarball file. After this, there should be
|
||||
a directory called "pmacs2" somewhere in your filesystem. It doesn't
|
||||
a directory called "pmacs" somewhere in your filesystem. It doesn't
|
||||
matter where you put this. We'll call the full path to this directory
|
||||
PMACSDIR; in future steps substitute the actual path for this symbol.
|
||||
|
||||
|
|
Loading…
Reference in New Issue