Skip to content

Commit 8d733c5

Browse files
committed
Add PyPI badge and install section to README
1 parent c6022ce commit 8d733c5

1 file changed

Lines changed: 26 additions & 3 deletions

File tree

README.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,31 @@
33
<img src="docs/source/logos/pathsim_vehicle_logo.png" width="300" alt="PathSim-Vehicle Logo" />
44
</p>
55

6-
------------
6+
<p align="center">
7+
<strong>Vehicle dynamics blocks for PathSim</strong>
8+
</p>
9+
10+
<p align="center">
11+
<a href="https://pypi.org/project/pathsim-vehicle/"><img src="https://img.shields.io/pypi/v/pathsim-vehicle" alt="PyPI"></a>
12+
<img src="https://img.shields.io/github/license/pathsim/pathsim-vehicle" alt="License">
13+
</p>
14+
15+
<p align="center">
16+
<a href="https://docs.pathsim.org/vehicle">Documentation</a> &bull;
17+
<a href="https://pathsim.org">PathSim Homepage</a> &bull;
18+
<a href="https://github.com/pathsim/pathsim-vehicle">GitHub</a>
19+
</p>
20+
21+
---
22+
23+
PathSim-Vehicle extends the [PathSim](https://github.com/pathsim/pathsim) simulation framework with blocks for vehicle dynamics. All blocks follow the standard PathSim block interface and can be connected into simulation diagrams.
24+
25+
## Install
26+
27+
```bash
28+
pip install pathsim-vehicle
29+
```
730

8-
# PathSim Vehicle Dynamics Toolbox
31+
## License
932

10-
This toolbox extends the core pathsim package with domain specific component models for vehicle dynamics.
33+
MIT

0 commit comments

Comments
 (0)