diff options
author | BonfaceKilz | 2020-11-04 22:32:11 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-11-04 22:32:11 +0300 |
commit | 712a193bec44c80070d16b7908c39f5ad294207e (patch) | |
tree | 7e7282f1ae85daa94a0eb310f78b49dbb6647a02 | |
parent | 540b18a2ac9ab62e10204bdf6692d5e564b49562 (diff) | |
download | bh20-seq-resource-712a193bec44c80070d16b7908c39f5ad294207e.tar.gz bh20-seq-resource-712a193bec44c80070d16b7908c39f5ad294207e.tar.lz bh20-seq-resource-712a193bec44c80070d16b7908c39f5ad294207e.zip |
Update pip3 install command in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ Note that you will need to repeat the `. venv/bin/activate` step from this direc Install from PyPi: ```sh -pip3 bh20-seq-uploader +pip3 install bh20-seq-uploader ``` Install from git: |