remove requirements.txt
@dellaert: not needed for only 2 packages and an exception for eigencyrelease/4.3a0
parent
98e9ffdce4
commit
e2abfe256d
|
@ -7,7 +7,8 @@ as follows:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd <gtsam_folder>/cython
|
cd <gtsam_folder>/cython
|
||||||
pip install -r requirements.txt
|
pip install numpy>=1.11.1
|
||||||
|
pip install Cython>=0.25.1
|
||||||
pip install eigency
|
pip install eigency
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
Cython==0.25.1
|
|
||||||
numpy==1.11.1
|
|
Loading…
Reference in New Issue