mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-14 17:58:32 +02:00
fixed case of the module name
This commit is contained in:
parent
13693ab3b5
commit
3dfebda205
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue