Skip to content

Commit 85840f6

Browse files
committed
Remove PyPI badge and dead links until first release
1 parent 170bc3d commit 85840f6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
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>
1211
<img src="https://img.shields.io/github/license/pathsim/pathsim-rf" alt="License">
1312
</p>
1413

@@ -29,7 +28,7 @@ PathSim-RF extends the [PathSim](https://github.com/pathsim/pathsim) simulation
2928
## Install
3029

3130
```bash
32-
pip install pathsim-rf
31+
pip install git+https://github.com/pathsim/pathsim-rf.git
3332
```
3433

3534
## License

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ docs = [
4646

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

0 commit comments

Comments
 (0)