[Pyamp-cvs] pyamp INSTALL,1.1.1.1,1.2
Status: Alpha
Brought to you by:
sayap
From: <sa...@us...> - 2003-09-26 05:19:47
|
Update of /cvsroot/pyamp/pyamp In directory sc8-pr-cvs1:/tmp/cvs-serv19167 Modified Files: INSTALL Log Message: Updated installation instruction Index: INSTALL =================================================================== RCS file: /cvsroot/pyamp/pyamp/INSTALL,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** INSTALL 10 Sep 2003 19:12:33 -0000 1.1.1.1 --- INSTALL 26 Sep 2003 05:19:44 -0000 1.2 *************** *** 2,6 **** ============ ! As root, go to the directory where you extract Pyamp, and type: python setup.py install --- 2,9 ---- ============ ! First, go to the directory where you extract Pyamp, and type: ! python setup.py build ! ! Then, as root, type: python setup.py install |