improve README

--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2010-03-20 09:29:16 -04:00
parent 7320b7ef65
commit 9abe5e7e02
1 changed files with 7 additions and 7 deletions

14
README
View File

@ -19,15 +19,15 @@ author. Buyer beware!
Requirements: Requirements:
1. python 2.4 or higher (this may become 2.5 or higher) 1. python 2.4 or higher (this may become 2.5 or higher)
2. chardet module (for detecting character encodings) 2. chardet module (for detecting character encodings)
3. ncurses 3. curses module (usually ships with python)
4. bash 4. bash
Optional Dependencies: Optional Dependencies:
* aespipe [for aes-encrypted buffers] * python-crypto [for aes-encrypted buffers]
* ispell [for spell-checking] * ispell [for spell-checking]
* cvs [for cvs-based commands] * cvs [for cvs-based commands]
* svn [for svn-based commands] * svn [for svn-based commands]
* mercurial [for hg-based commands] * mercurial [for hg-based commands]
* perl [for perl syntax-checking] * perl [for perl syntax-checking]
* gcc [for c compilation/syntax-checking] * gcc [for c compilation/syntax-checking]
@ -38,7 +38,7 @@ Optional Dependencies:
Quick Start Guide: Quick Start Guide:
1. Download and unpack the pmacs tarball file. After this, there should be 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 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. PMACSDIR; in future steps substitute the actual path for this symbol.