From a4b713454a9f955cafd44bace050957734c4f484 Mon Sep 17 00:00:00 2001 From: Matthew Broadway Date: Tue, 12 Mar 2019 09:49:03 +0000 Subject: [PATCH] updated cython README --- cython/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cython/README.md b/cython/README.md index 4e76225c7..a524ac04c 100644 --- a/cython/README.md +++ b/cython/README.md @@ -23,7 +23,7 @@ export PYTHONPATH=$PYTHONPATH: ``` - To install system-wide: run `make install` then navigate to `GTSAM_CYTHON_INSTALL_PATH` and run `python setup.py install` - (the same command can be used to install into a virtual environment if it is active) - - note: if you don't want gtsam to install to a system directory such as `/usr/local`, pass `-DCMAKE_INSTALL_PREFIX="./install"` to install gtsam to a subdirectory of the build directory. + - note: if you don't want gtsam to install to a system directory such as `/usr/local`, pass `-DCMAKE_INSTALL_PREFIX="./install"` to cmake to install gtsam to a subdirectory of the build directory. UNIT TESTS ==========