Forráskód Böngészése

v10.4.0

Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
Vadim Markovtsev 5 éve
szülő
commit
a40862d9cb
2 módosított fájl, 3 hozzáadás és 7 törlés
  1. 2 6
      README.md
  2. 1 1
      python/setup.py

+ 2 - 6
README.md

@@ -93,17 +93,13 @@ pip3 install labours
 Numpy and Scipy can be installed on Windows using http://www.lfd.uci.edu/~gohlke/pythonlibs/
 Numpy and Scipy can be installed on Windows using http://www.lfd.uci.edu/~gohlke/pythonlibs/
 
 
 ### Build from source
 ### Build from source
-You are going to need Go (>= v1.10), [`protoc`](https://github.com/google/protobuf/releases),
-and [`dep`](https://github.com/golang/dep).
+You are going to need Go (>= v1.11) and [`protoc`](https://github.com/google/protobuf/releases).
 ```
 ```
-go get -d gopkg.in/src-d/hercules.v10/cmd/hercules
-cd $GOPATH/src/gopkg.in/src-d/hercules.v10
+git clone https://github.com/src-d/hercules && cd hercules
 make
 make
 pip3 install -e ./python
 pip3 install -e ./python
 ```
 ```
 
 
-Replace `$GOPATH` with `%GOPATH%` on Windows.
-
 ## Contributions
 ## Contributions
 
 
 ...are welcome! See [CONTRIBUTING](CONTRIBUTING.md) and [code of conduct](CODE_OF_CONDUCT.md).
 ...are welcome! See [CONTRIBUTING](CONTRIBUTING.md) and [code of conduct](CODE_OF_CONDUCT.md).

+ 1 - 1
python/setup.py

@@ -15,7 +15,7 @@ setup(
     description="Python companion for github.com/src-d/hercules to visualize the results.",
     description="Python companion for github.com/src-d/hercules to visualize the results.",
     long_description=long_description,
     long_description=long_description,
     long_description_content_type="text/markdown",
     long_description_content_type="text/markdown",
-    version="10.3.0",
+    version="10.4.0",
     license="Apache-2.0",
     license="Apache-2.0",
     author="source{d}",
     author="source{d}",
     author_email="machine-learning@sourced.tech",
     author_email="machine-learning@sourced.tech",