未验证 提交 31fc8965 编写于 作者: D derekjchow 提交者: GitHub

Merge pull request #3679 from harshul1610/master

Update Installation.md
...@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册