From cf12ffab4c5ac0cf937aeb568ed403cbd4afa83b Mon Sep 17 00:00:00 2001 From: theotheo Date: Fri, 7 Apr 2017 19:18:27 +0300 Subject: [PATCH] Add `sudo` I'm sure it should be run with explicit `sudo` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3eb130..eff40ba 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ There are several great guides with a similar goal. Some are limited in scope, w ### Python Packages * Install some useful Python packages using apt-get. There are some version incompatibilities with using pip install and TensorFlow ( see https://github.com/tensorflow/tensorflow/issues/2034) - sudo apt-get update && apt-get install -y python-numpy python-scipy python-nose \ + sudo apt-get update && sudo apt-get install -y python-numpy python-scipy python-nose \ python-h5py python-skimage python-matplotlib \ python-pandas python-sklearn python-sympy sudo apt-get clean && sudo apt-get autoremove