Skip to content

Commit 42563e7

Browse files
docs | fix: correct pip install command in __init__.py (fixes #6)
Replace incorrect `pip install CaeserCipher` with `pip install CaeserCipher.extended` to prevent installing an unrelated PyPI package.
1 parent bef2cbd commit 42563e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CaesarCipher/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
Install from PyPI:
4040
4141
```bash
42-
pip install CaesarCipher
42+
pip install CaesarCipher.extended
4343
```
4444
4545
Or clone from GitHub:

0 commit comments

Comments
 (0)