Skip to content

Commit 2b7d136

Browse files
authored
Merge pull request #27 from pmeerw/fix-readme
README.md: fix pip
2 parents e6b1aa3 + 17a70b1 commit 2b7d136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This project is an easy to use Python wrapper around [icicle-emu](https://github
77
You can install the [latest release](https://github.com/icicle-emu/icicle-python/releases) from [PyPI](https://pypi.org/project/icicle-emu):
88

99
```
10-
pip -m install icicle-emu
10+
pip install icicle-emu
1111
```
1212

1313
## Development

0 commit comments

Comments
 (0)