We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc3589 commit 03d323bCopy full SHA for 03d323b
README.md
@@ -22,14 +22,14 @@ conda activate myenv
22
23
To install the latest version of `TaxonoPy` directly from GitHub, run:
24
```bash
25
-pip install git+ssh://git@github.com/thompsonmj/TaxonoPy.git
+pip install git+ssh://git@github.com/Imageomics/TaxonoPy.git
26
```
27
28
### Development Installation with `pip`
29
30
Clone the repository and install the package in development mode:
31
32
-git clone git@github.com:thompsonmj/Taxonopy.git
+git clone git@github.com:Imageomics/Taxonopy.git
33
cd TaxonoPy
34
pip install -e .[dev]
35
0 commit comments