Skip to content

Commit

Permalink
Merge branch 'master' of github.com:knights-lab/SHOGUN
Browse files Browse the repository at this point in the history
  • Loading branch information
bhillmann committed Nov 6, 2017
2 parents 1319b0c + fcedfe4 commit 693cf65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ conda create -n shogun -c knights-lab shogun
source activate shogun
```

2.
Remove SHOGUN and install via the github master branch. This will keep all the conda dependencies installed.
2. Remove SHOGUN and install via the github master branch. This will keep all the conda dependencies installed.
```
conda uninstall shogun
pip install git+https://github.com/knights-lab/SHOGUN.git --no-cache-dir --upgrade
Expand Down
3 changes: 1 addition & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ conda create -n shogun -c knights-lab shogun
source activate shogun
```

2.
Remove SHOGUN and install via the github master branch. This will keep all the conda dependencies installed.
2. Remove SHOGUN and install via the github master branch. This will keep all the conda dependencies installed.
```
conda uninstall shogun
pip install git+https://github.com/knights-lab/SHOGUN.git --no-cache-dir --upgrade
Expand Down

0 comments on commit 693cf65

Please sign in to comment.