Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TillMacher committed Jul 26, 2021
2 parents 39fa65d + d9a375b commit 1ce2313
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ TaxonTableTools requires Python version 3.6 or 3.7 and can be easily installed u

First, make sure you run the correct pip version via:

`pip3 **version`
`pip3 --version`

Which should return python3.6 or 3.7. Otherwise specify your pip using `pip3.6` or `pip3.7`

Expand All @@ -31,11 +31,11 @@ Then install TaxonTableTools via pip:

TaxonTableTools can then be started via:

`python3 *m taxontabletools`
`python3 -m taxontabletools`

Updates can be installed via:

`pip3 install **upgrade taxontabletools`
`pip3 install --upgrade taxontabletools`

The installation of [Krona tools](https://github.com/marbl/Krona/wiki) is optional and needs to be done separately. Note that Krona tools is currently not supported on Windows.

Expand Down

0 comments on commit 1ce2313

Please sign in to comment.