update cython/readme to troubleshoot eigency installation problems

release/4.3a0
Duy-Nguyen Ta 2017-03-20 17:22:40 -04:00
parent 87443621c4
commit a2333b9ef2
1 changed files with 8 additions and 1 deletions

View File

@ -12,7 +12,14 @@ as follows:
pip install eigency pip install eigency
``` ```
Note: Currently there's some issue with including eigency in requirements.txt Note: If your eigency fails to install via pip, try to install it from source as below:
```bash
git clone https://github.com/wouterboomsma/eigency.git
cd eigency
python setup.py -v build
python setup.py install
```
- Build and install gtsam using cmake with GTSAM_INSTALL_CYTHON_TOOLBOX enabled - Build and install gtsam using cmake with GTSAM_INSTALL_CYTHON_TOOLBOX enabled
Note: The wrapped module will be installed to GTSAM_CYTHON_INSTALL_PATH, which is Note: The wrapped module will be installed to GTSAM_CYTHON_INSTALL_PATH, which is