Skip to content

Commit 2d76495

Browse files
committed
Add instructions for installation via PyPI
1 parent 2a41bee commit 2d76495

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,24 @@ Some oracles are based on real-world observations of turtle locomotion, while ot
55

66
## Installation
77

8-
Installation is very easy - just clone the repository and install the package using pip.
8+
Installation is very easy:
9+
10+
Either just clone the repository and install the package (in ediatble mode) using pip.
911

1012
```bash
1113
pip install -e .
1214
```
1315

16+
or install the package directly from PyPI:
17+
18+
```bash
19+
pip install turtle-loc-oracles
20+
```
21+
1422
## Usage
1523

24+
25+
1626
## Provided Oracles
1727

1828
### Joint-space Oracles

0 commit comments

Comments
 (0)