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 39b8438 commit 71aa465Copy full SHA for 71aa465
README.md
@@ -52,18 +52,14 @@ Here’s a summary of recent updates and changes.
52
53
## Installation
54
55
-To install `wildlife-tools`, you can build it from scratch or use pre-build Pypi package.
56
-
57
58
-### Using Pypi
+Install `wildlife-tools` using `pip`
59
60
```script
61
-pip install wildlife-tools
+pip install git+https://github.com/WildlifeDatasets/wildlife-tools
62
```
63
64
-### Building from scratch
+or clone the repository using `git` and install it.
65
66
-Clone the repository using `git` and install it.
67
68
git clone git@github.com:WildlifeDatasets/wildlife-tools.git
69
0 commit comments