"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "05e867784ddb873d909a9a5cce8ee0f32eb6840d"
Unverified Commit c7cefd38 authored by Siddhant Kapil's avatar Siddhant Kapil Committed by GitHub
Browse files

Update installation.md

Add python-tk in dependency list
parent 31adae53
...@@ -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