Skip to content

Commit ac28d7a

Browse files
committed
Update install to PyPI, add badge and docs link
1 parent 502d191 commit ac28d7a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</p>
99

1010
<p align="center">
11+
<a href="https://pypi.org/project/pathsim-rf"><img src="https://img.shields.io/pypi/v/pathsim-rf" alt="PyPI"></a>
1112
<img src="https://img.shields.io/github/license/pathsim/pathsim-rf" alt="License">
1213
</p>
1314

@@ -33,7 +34,7 @@ PathSim-RF extends the [PathSim](https://github.com/pathsim/pathsim) simulation
3334
## Install
3435

3536
```bash
36-
pip install git+https://github.com/pathsim/pathsim-rf.git
37+
pip install pathsim-rf
3738
```
3839

3940
## License

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ docs = [
4646
]
4747

4848
[project.urls]
49-
Homepage = "https://github.com/pathsim/pathsim-rf"
50-
# Documentation = "https://pathsim-rf.readthedocs.io"
49+
Homepage = "https://pathsim.org"
50+
Documentation = "https://docs.pathsim.org/rf"
5151
Repository = "https://github.com/pathsim/pathsim-rf"
5252
Issues = "https://github.com/pathsim/pathsim-rf/issues"
5353

0 commit comments

Comments
 (0)