Merge pull request #27 from pmeerw/fix-readme

README.md: fix pip
This commit is contained in:
Duncan Ogilvie
2025-04-08 23:32:47 +02:00
committed by GitHub
+1 -1
View File
@@ -7,7 +7,7 @@ This project is an easy to use Python wrapper around [icicle-emu](https://github
You can install the [latest release](https://github.com/icicle-emu/icicle-python/releases) from [PyPI](https://pypi.org/project/icicle-emu):
```
pip -m install icicle-emu
pip install icicle-emu
```
## Development