Skip to content

Commit

Permalink
update pip statement
Browse files Browse the repository at this point in the history
  • Loading branch information
juliecoust authored Mar 28, 2024
1 parent 6f8d3b4 commit 8249b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Python 3.7+
If the python package is hosted on a repository, you can install directly using:

```sh
pip install git+https://github.com/ecotaxa/ecotaxa_py_client.git
pip install git+https://github.com/ecotaxa/ecotaxa_py_client.git@v2
```
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/ecotaxa/ecotaxa_py_client.git`)
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/ecotaxa/ecotaxa_py_client.git@v2`)

Then import the package:
```python
Expand Down

0 comments on commit 8249b2a

Please sign in to comment.