From 9abf0625e9c9c07d6d2b28b2bf72f993b863ab33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis?= Date: Fri, 26 Jul 2019 16:41:38 +0300 Subject: [PATCH] :fire: added missing requirements. --- README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 5545a8f9..e1a8c5cb 100644 --- a/README.md +++ b/README.md @@ -23,18 +23,9 @@ apt-get install tk-dev python-tk 3) Install the python packages: ``` -pip install cffi - -pip install pandas - -pip install pycocotools - -pip install cython - -pip install opencv-python - -pip install requests - +pip install cffi pandas pycocotools cython opencv-python requests matplotlib scikit-image +pip install https://download.pytorch.org/whl/cu100/torch-1.1.0-cp37-cp37m-linux_x86_64.whl +pip install https://download.pytorch.org/whl/cu100/torchvision-0.3.0-cp37-cp37m-linux_x86_64.whl ``` 4) Build the NMS extension.