From 6010c7a0caaea39f0b8d8724268bb757925831bd Mon Sep 17 00:00:00 2001 From: Benjamin Hillmann Date: Mon, 6 Nov 2017 14:27:07 -0600 Subject: [PATCH 1/2] Fixed a typo in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e5de7ce..1e10a44 100644 --- a/README.md +++ b/README.md @@ -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 From fcedfe48c212ed23bb4133a1f253b31f5c20802d Mon Sep 17 00:00:00 2001 From: Benjamin Hillmann Date: Mon, 6 Nov 2017 14:27:27 -0600 Subject: [PATCH 2/2] Fixed a typo in README --- docs/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index d362183..46bb842 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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