Skip to content

Commit

Permalink
Lower version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
tommydeboer authored Apr 25, 2019
1 parent a605052 commit 231be7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 231be7b

Please sign in to comment.