From 753335d0059877466c5101db71847956526d4bc5 Mon Sep 17 00:00:00 2001 From: Till Macher <48299746+TillMacher@users.noreply.github.com> Date: Wed, 23 Jun 2021 11:24:53 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d2c741..0215577 100644 --- a/README.md +++ b/README.md @@ -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. From d9a375b355a55a8f9e00abcd4f57fa29b87f15b2 Mon Sep 17 00:00:00 2001 From: Till Macher <48299746+TillMacher@users.noreply.github.com> Date: Wed, 23 Jun 2021 11:25:16 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0215577..81865ae 100644 --- a/README.md +++ b/README.md @@ -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`