Skip to content

Commit 03d323b

Browse files
authored
Update README.md (#3)
Update install instructions to point at Imageomics GH
1 parent 0bc3589 commit 03d323b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ conda activate myenv
2222

2323
To install the latest version of `TaxonoPy` directly from GitHub, run:
2424
```bash
25-
pip install git+ssh://git@github.com/thompsonmj/TaxonoPy.git
25+
pip install git+ssh://git@github.com/Imageomics/TaxonoPy.git
2626
```
2727

2828
### Development Installation with `pip`
2929

3030
Clone the repository and install the package in development mode:
3131
```bash
32-
git clone git@github.com:thompsonmj/Taxonopy.git
32+
git clone git@github.com:Imageomics/Taxonopy.git
3333
cd TaxonoPy
3434
pip install -e .[dev]
3535
```

0 commit comments

Comments
 (0)