mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 11:16:14 +02:00
How to contribute with pew.
This commit is contained in:
parent
5322ae7839
commit
00567718a0
1 changed files with 20 additions and 0 deletions
20
README.rst
20
README.rst
|
@ -99,6 +99,26 @@ Running the tests
|
||||||
$ python -m unittest discover -v
|
$ python -m unittest discover -v
|
||||||
|
|
||||||
|
|
||||||
|
Contributions
|
||||||
|
-------------
|
||||||
|
|
||||||
|
Contributions are welcome. If you want to contribute to Stegano I highly
|
||||||
|
recommend you to install it in a Python virtual environment. For example:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
$ git clone https://github.com/cedricbonhomme/Stegano.git
|
||||||
|
$ cd Stegano/
|
||||||
|
$ pew install 3.6.1 --type CPython
|
||||||
|
$ pew new --python=$(pew locate_python 3.6.1) -a . -r requirements.txt stegano-dev
|
||||||
|
stegano-dev$ python
|
||||||
|
Python 3.6.1 (default, Jun 28 2017, 07:49:05)
|
||||||
|
[GCC 6.3.0 20170406] on linux
|
||||||
|
Type "help", "copyright", "credits" or "license" for more information.
|
||||||
|
>>> import stegano
|
||||||
|
>>>
|
||||||
|
|
||||||
|
|
||||||
Contact
|
Contact
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue