mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-11 08:48:30 +02:00
15 lines
307 B
ReStructuredText
15 lines
307 B
ReStructuredText
Installation
|
|
============
|
|
|
|
.. code-block:: bash
|
|
|
|
$ poetry install Stegano
|
|
|
|
You will be able to use Stegano in your Python programs
|
|
or as a command line tool.
|
|
|
|
If you want to retrieve the source code (with the unit tests):
|
|
|
|
.. code-block:: bash
|
|
|
|
$ git clone https://github.com/cedricbonhomme/Stegano
|