From 197602b806136c4f5b622f99437a35c27af31178 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Sun, 1 Nov 2015 08:50:06 -0500 Subject: [PATCH] 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. --- bindings/python/README.TXT | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/python/README.TXT b/bindings/python/README.TXT index b418b994..216cb769 100644 --- a/bindings/python/README.TXT +++ b/bindings/python/README.TXT @@ -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