mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Use pipx instead of using pipsi.
This commit is contained in:
parent
502e630379
commit
47f70cc820
1 changed files with 2 additions and 2 deletions
|
@ -46,10 +46,10 @@ If you only want to install Stegano as a command line tool:
|
|||
|
||||
.. code:: bash
|
||||
|
||||
$ pipsi install Stegano
|
||||
$ pipx install Stegano
|
||||
✨🍰✨
|
||||
|
||||
pipsi installs scripts (system wide available) provided by Python packages into
|
||||
pipx installs scripts (system wide available) provided by Python packages into
|
||||
separate virtualenvs to shield them from your system and each other.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue