mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
18 lines
410 B
ReStructuredText
18 lines
410 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
|
|
|
|
.. image:: https://builds.sr.ht/~cedric/stegano.svg
|
|
:target: https://builds.sr.ht/~cedric/stegano
|