Unverified Commit 809fc4d0 authored by derekjchow's avatar derekjchow Committed by GitHub
Browse files

Merge pull request #3306 from SiddhantKapil/patch-1

Update installation.md
parents fd7b6887 c7cefd38
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
Tensorflow Object Detection API depends on the following libraries: Tensorflow Object Detection API depends on the following libraries:
* Protobuf 2.6 * Protobuf 2.6
* Python-tk
* Pillow 1.0 * Pillow 1.0
* lxml * lxml
* tf Slim (which is included in the "tensorflow/models/research/" checkout) * tf Slim (which is included in the "tensorflow/models/research/" checkout)
...@@ -26,7 +27,7 @@ pip install tensorflow-gpu ...@@ -26,7 +27,7 @@ pip install tensorflow-gpu
The remaining libraries can be installed on Ubuntu 16.04 using via apt-get: 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 sudo apt-get install protobuf-compiler python-pil python-lxml python-tk
sudo pip install jupyter sudo pip install jupyter
sudo pip install matplotlib sudo pip install matplotlib
``` ```
......
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