mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 03:06:14 +02:00
Updated documentation.
This commit is contained in:
parent
f7d354a9c4
commit
1def5672ab
5 changed files with 151 additions and 79 deletions
18
docs/installation.rst
Normal file
18
docs/installation.rst
Normal file
|
@ -0,0 +1,18 @@
|
|||
Installation
|
||||
============
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ sudo pip install Stegano
|
||||
|
||||
You will be able to use Stéganô 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.git
|
||||
|
||||
.. image:: https://api.travis-ci.org/cedricbonhomme/Stegano.svg?branch=master
|
||||
:target: https://travis-ci.org/cedricbonhomme/Stegano
|
Loading…
Add table
Add a link
Reference in a new issue