File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -93,17 +93,13 @@ pip3 install labours
93
93
Numpy and Scipy can be installed on Windows using http://www.lfd.uci.edu/~gohlke/pythonlibs/
94
94
95
95
### 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 ) .
98
97
```
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
101
99
make
102
100
pip3 install -e ./python
103
101
```
104
102
105
- Replace ` $GOPATH ` with ` %GOPATH% ` on Windows.
106
-
107
103
## Contributions
108
104
109
105
...are welcome! See [ CONTRIBUTING] ( CONTRIBUTING.md ) and [ code of conduct] ( CODE_OF_CONDUCT.md ) .
Original file line number Diff line number Diff line change 15
15
description = "Python companion for github.com/src-d/hercules to visualize the results." ,
16
16
long_description = long_description ,
17
17
long_description_content_type = "text/markdown" ,
18
- version = "10.3 .0" ,
18
+ version = "10.4 .0" ,
19
19
license = "Apache-2.0" ,
20
20
author = "source{d}" ,
21
21
You can’t perform that action at this time.
0 commit comments