Unverified Commit 31fc8965 authored by derekjchow's avatar derekjchow Committed by GitHub
Browse files

Merge pull request #3679 from harshul1610/master

Update Installation.md
parents d3952b2c e234afd1
...@@ -12,6 +12,7 @@ Tensorflow Object Detection API depends on the following libraries: ...@@ -12,6 +12,7 @@ Tensorflow Object Detection API depends on the following libraries:
* Jupyter notebook * Jupyter notebook
* Matplotlib * Matplotlib
* Tensorflow * Tensorflow
* Cython
* cocoapi * cocoapi
For detailed steps to install Tensorflow, follow the [Tensorflow installation For detailed steps to install Tensorflow, follow the [Tensorflow installation
...@@ -29,6 +30,7 @@ The remaining libraries can be installed on Ubuntu 16.04 using via apt-get: ...@@ -29,6 +30,7 @@ The remaining libraries can be installed on Ubuntu 16.04 using via apt-get:
``` bash ``` bash
sudo apt-get install protobuf-compiler python-pil python-lxml python-tk sudo apt-get install protobuf-compiler python-pil python-lxml python-tk
sudo pip install Cython
sudo pip install jupyter sudo pip install jupyter
sudo pip install matplotlib sudo pip install matplotlib
``` ```
...@@ -36,6 +38,7 @@ sudo pip install matplotlib ...@@ -36,6 +38,7 @@ sudo pip install matplotlib
Alternatively, users can install dependencies using pip: Alternatively, users can install dependencies using pip:
``` bash ``` bash
sudo pip install Cython
sudo pip install pillow sudo pip install pillow
sudo pip install lxml sudo pip install lxml
sudo pip install jupyter sudo pip install jupyter
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment