python README.TXT: clarify working directories

clarify in which directory to build the core project and install the python bindings. when i went to install the python bindings, i was momentarily confused why the root Makefile didn't have an `install3` target.
This commit is contained in:
Willi Ballenthin 2015-11-01 08:50:06 -05:00
parent c0de3b5c96
commit 197602b806
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@ from source.
Follow README in the root directory to compile & install the core.
On *nix, this can simply done by:
On *nix, this can simply be done by (project root directory):
$ sudo ./make.sh install
1. To install pure Python binding on *nix, run the command below:
1. To install pure Python binding on *nix, run the command below in the Python bindings directory:
$ sudo make install