Vadim Markovtsev 7 роки тому
батько
коміт
c3c7aeb132
1 змінених файлів з 10 додано та 2 видалено
  1. 10 2
      README.md

+ 10 - 2
README.md

@@ -27,12 +27,20 @@ There is a [presentation](http://vmarkovtsev.github.io/techtalks-2017-moscow-lig
 You are going to need Go (>= v1.8) and Python 2 or 3.
 ```
 go get -d gopkg.in/src-d/hercules.v3/cmd/hercules
-cd $GOPATH/src/gopkg.in/hercules.v3/cmd/hercules
+cd $GOPATH/src/gopkg.in/src-d/hercules.v3/cmd/hercules
 make
 ```
 
 #### Windows
-Numpy and SciPy are requirements. Install the correct version by downloading the wheel from http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy.
+`hercules`: [bblfsh/client-go](https://github.com/bblfsh/client-go/blob/master/WINDOWS.md) is needed.
+
+```
+go get -d gopkg.in/src-d/hercules.v3/cmd/hercules
+cd %GOPATH%/src/gopkg.in/src-d/hercules.v3/cmd/hercules
+make
+```
+
+`labours.py`: Numpy and SciPy are requirements. Install the correct version by downloading the wheel from http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy.
 Couples analysis also needs Tensorflow.
 
 ### Contributions