Stegano/docs/installation.rst
Cédric Bonhomme 7ba387ecdc
Some checks failed
Python application / build (3.10) (push) Has been cancelled
Python application / build (3.11) (push) Has been cancelled
Python application / build (3.12) (push) Has been cancelled
chg: [RELEASE] Updated documentation, updated dependencies, and bumped version number.
2025-04-26 23:28:17 +02:00

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