fixed case of the module name

This commit is contained in:
Cédric Bonhomme 2019-12-21 17:23:28 +01:00
parent 13693ab3b5
commit 3dfebda205
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -20,7 +20,7 @@ https://todo.sr.ht/~cedric/stegano
```bash ```bash
$ poetry install Stegano $ poetry install stegano
``` ```
You will be able to use Stegano in your Python programs. You will be able to use Stegano in your Python programs.
@ -28,7 +28,7 @@ You will be able to use Stegano in your Python programs.
If you only want to install Stegano as a command line tool: If you only want to install Stegano as a command line tool:
```bash ```bash
$ pipx install Stegano $ pipx install stegano
``` ```
pipx installs scripts (system wide available) provided by Python packages into pipx installs scripts (system wide available) provided by Python packages into