Skip to content

Commit

Permalink
Fix broken link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
const-ae authored Mar 21, 2024
1 parent c694b73 commit 72d63b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ You need to have Python 3.9 or newer installed on your system.
There are several alternative options to install pyLemur:


Install the latest release of `pyLemur` from `PyPI <https://pypi.org/project/pyLemur/>`_:
Install the latest release of `pyLemur` from [PyPI](https://pypi.org/project/pyLemur/):
```bash
pip install pyLemur
```


Alternatively, install the latest development version:
Alternatively, install the latest development version directly from Github:
```bash
pip install git+https://github.com/const-ae/pyLemur.git@main
```
Expand All @@ -50,4 +50,4 @@ If you found a bug, please use the [issue tracker][issue-tracker].


[scverse-discourse]: https://discourse.scverse.org/
[issue-tracker]: https://github.com/const-ae/pyLemur/issues
[issue-tracker]: https://github.com/const-ae/pyLemur/issues

0 comments on commit 72d63b8

Please sign in to comment.