From 65bec60b38e23a102e21dca0e661f9a0fdfc3690 Mon Sep 17 00:00:00 2001 From: liutuo Date: Wed, 11 Jul 2018 16:22:15 +0800 Subject: [PATCH] update installation doc --- docs/installation/manual_setup.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/installation/manual_setup.rst b/docs/installation/manual_setup.rst index 58d70251..fc130301 100644 --- a/docs/installation/manual_setup.rst +++ b/docs/installation/manual_setup.rst @@ -61,8 +61,14 @@ Install extra tools filelock Install TensorFlow (Optional) ------------------------------ +------------------------------ .. code:: sh pip install -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com tensorflow==1.6.0 + + +Install Caffe (Optional) +------------------------- + +Please follow the installation instruction of `Caffe `__. -- GitLab