From 231be7b69be194d91167e29f7c6b23f87bcc6356 Mon Sep 17 00:00:00 2001 From: Tommy de boer Date: Thu, 25 Apr 2019 15:09:56 +0200 Subject: [PATCH] Lower version requirement --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69f4356d..dca2b477 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ mcmd --help ### How to install -Make sure you have Python 3.7 or higher installed and in a terminal, run: +Make sure you have Python 3.6 or higher installed and in a terminal, run: ``` pip install molgenis-commander @@ -57,7 +57,7 @@ pip3 install --upgrade molgenis-commander #### Troubleshooting > I've installed the commander with `pip` but when I run `mcmd` I get an error referencing Python 2.x -You've installed the commander with an old version of `pip`. Make sure your Python version is up to date (3.7 or higher) and that you've installed with the correct version of `pip`. (Make sure to uninstall your old version first with `pip uninstall molgenis-commander`). +You've installed the commander with an old version of `pip`. Make sure your Python version is up to date (3.6 or higher) and that you've installed with the correct version of `pip`. (Make sure to uninstall your old version first with `pip uninstall molgenis-commander`). > I've installed the commander on Debian/Ubuntu but `mcmd` can't be found