Skip to content

Commit a40862d

Browse files
committed
v10.4.0
Signed-off-by: Vadim Markovtsev <[email protected]>
1 parent 1e4f13d commit a40862d

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,13 @@ pip3 install labours
9393
Numpy and Scipy can be installed on Windows using http://www.lfd.uci.edu/~gohlke/pythonlibs/
9494

9595
### Build from source
96-
You are going to need Go (>= v1.10), [`protoc`](https://github.com/google/protobuf/releases),
97-
and [`dep`](https://github.com/golang/dep).
96+
You are going to need Go (>= v1.11) and [`protoc`](https://github.com/google/protobuf/releases).
9897
```
99-
go get -d gopkg.in/src-d/hercules.v10/cmd/hercules
100-
cd $GOPATH/src/gopkg.in/src-d/hercules.v10
98+
git clone https://github.com/src-d/hercules && cd hercules
10199
make
102100
pip3 install -e ./python
103101
```
104102

105-
Replace `$GOPATH` with `%GOPATH%` on Windows.
106-
107103
## Contributions
108104

109105
...are welcome! See [CONTRIBUTING](CONTRIBUTING.md) and [code of conduct](CODE_OF_CONDUCT.md).

python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
description="Python companion for github.com/src-d/hercules to visualize the results.",
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",
18-
version="10.3.0",
18+
version="10.4.0",
1919
license="Apache-2.0",
2020
author="source{d}",
2121
author_email="[email protected]",

0 commit comments

Comments
 (0)