changed README install "Python Way" section

This commit is contained in:
wilcoxjg 2007-08-08 20:00:35 -07:00
parent 57df32aac5
commit c5af444399

5
README
View File

@ -148,9 +148,8 @@ There are three ways to do it. Choose one:
The Python Way: The Python Way:
This is automated by the makefile's "install" target, but in case you want Just run make install.
to configure the location or other install options you can learn how it is If case you want to configure the location or other install options you can learn how it is done here:
done here:
The Python Way is to execute "setup.py install" for each Python package. The Python Way is to execute "setup.py install" for each Python package.