From 17a70b17e4ab8dc7c1aa3db0f0f5931f5c6609d1 Mon Sep 17 00:00:00 2001 From: Peter Meerwald-Stadler Date: Tue, 8 Apr 2025 22:37:24 +0200 Subject: [PATCH] README.md: fix pip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b5211d..8491c05 100644 --- a/README.md +++ b/README.md @@ -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