From 1e060b31b795b040544af10a31ca8a08ee0e1520 Mon Sep 17 00:00:00 2001 From: Susann Vorberg Date: Tue, 5 Jun 2018 14:38:29 +0200 Subject: [PATCH 1/2] Update README.md added uninstall info --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 73fe555..4aa5a1d 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,14 @@ and keep updated with: ```bash pip install git+https://github.com/soedinglab/ccmgen@master --upgrade ``` +## Uninstall + +The CCMgen/CCmpredPy toolkit can be uninstalled with: + +```bash +pip uninstall CCMgen +``` + ## Next Steps From d481201b257fc9c8199593fd145aeb94c2861234 Mon Sep 17 00:00:00 2001 From: Susann Vorberg Date: Tue, 5 Jun 2018 15:00:34 +0200 Subject: [PATCH 2/2] Update README.md corrected uninstall info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aa5a1d..cc71fcd 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ pip install git+https://github.com/soedinglab/ccmgen@master --upgrade The CCMgen/CCmpredPy toolkit can be uninstalled with: ```bash -pip uninstall CCMgen +pip uninstall ccmgen ```