Skip to content

Commit 333483a

Browse files
authored
Updated README to include PyPi installation instructions (#11)
* Updated readme * Fixed capitalization
1 parent 43f9872 commit 333483a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ The main features of pybravo include:
2222

2323
## Installation
2424

25+
pybravo can be installed from [PyPI](https://pypi.org/project/pybravo/) by
26+
running:
27+
28+
```bash
29+
python3 -m pip install pybravo
30+
```
31+
2532
To build pybravo from source, please refer to the following steps:
2633

2734
1. Clone the project [repository](https://github.com/Robotic-Decision-Making-Lab/pybravo.git)

0 commit comments

Comments
 (0)