From 3c80bcc0dd6b8b8dc1965f284f6aca567d1cd8a9 Mon Sep 17 00:00:00 2001 From: Zhi Tian Date: Wed, 11 Sep 2019 20:51:39 +0930 Subject: [PATCH] updated installation --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 3cfa8f7..cbe5e88 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -6,7 +6,7 @@ - cocoapi - yacs - matplotlib -- GCC >= 4.9 +- GCC >= 4.9 but <= 6.0 - (optional) OpenCV for the webcam demo ### Option 1: Step-by-step installation @@ -46,7 +46,7 @@ cd FCOS # symbolic links, so that you can modify # the files if you want and won't need to # re-build it -python setup.py build develop +python setup.py build develop --no-deps unset INSTALL_DIR -- GitLab