Skip to content

Commit 31fc896

Browse files
authored
Merge pull request #3679 from harshul1610/master
Update Installation.md
2 parents d3952b2 + e234afd commit 31fc896

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

research/object_detection/g3doc/installation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Tensorflow Object Detection API depends on the following libraries:
1212
* Jupyter notebook
1313
* Matplotlib
1414
* Tensorflow
15+
* Cython
1516
* cocoapi
1617

1718
For detailed steps to install Tensorflow, follow the [Tensorflow installation
@@ -29,13 +30,15 @@ The remaining libraries can be installed on Ubuntu 16.04 using via apt-get:
2930

3031
``` bash
3132
sudo apt-get install protobuf-compiler python-pil python-lxml python-tk
33+
sudo pip install Cython
3234
sudo pip install jupyter
3335
sudo pip install matplotlib
3436
```
3537

3638
Alternatively, users can install dependencies using pip:
3739

3840
``` bash
41+
sudo pip install Cython
3942
sudo pip install pillow
4043
sudo pip install lxml
4144
sudo pip install jupyter

0 commit comments

Comments
 (0)