Skip to content

Commit

Permalink
Docs: correct the tag in installation details
Browse files Browse the repository at this point in the history
  • Loading branch information
mykolaskrynnyk committed Sep 24, 2024
1 parent fbc4161 commit 9d75cf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Check out the [documentation](https://undp-data.github.io/st-undp) or explore th
Currently, the package is distributed via GitHub only. You can install it with `pip`:

```bash
pip install git+https://github.com/undp-data/st-undp.git@v0.1.0
pip install git+https://github.com/undp-data/st-undp.git@0.1.0
```

You can also add it to your `requirements.txt`:
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Currently, the package is distributed via GitHub only. You can install it with `

```bash
# specific version from a tagged release (recommended)
pip install git+https://github.com/undp-data/st-undp.git@v0.1.0
pip install git+https://github.com/undp-data/st-undp.git@0.1.0

# latest version from the default branch (not recommended)
pip install git+https://github.com/undp-data/st-undp.git
Expand Down

0 comments on commit 9d75cf8

Please sign in to comment.