Skip to content

Commit 1ae0749

Browse files
committed
README typo
1 parent 41477f3 commit 1ae0749

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,9 @@ This repo mirrors the **enigmapython** releases on PyPi, meaning that by install
3131

3232
## Examples
3333

34-
This a very simple MicroPython code that shows how to use the library
34+
This is a very simple MicroPython snippet that shows how to use the library (once installed in the system)
3535

3636
```python
37-
# Import mip package manager
38-
import mip
39-
40-
# Install enigmapython library
41-
mip.install("github:denismaggior8/micropython-enigma-python", version="master")
42-
4337
# Import enigmapython modules
4438
from enigmapython.EnigmaB_A133RotorI import EnigmaB_A133RotorI
4539
from enigmapython.EnigmaB_A133Etw import EnigmaB_A133Etw

0 commit comments

Comments
 (0)