mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-13 09:28:31 +02:00
Updated README.
This commit is contained in:
parent
3f67ff8ac6
commit
8137489c7a
1 changed files with 4 additions and 4 deletions
|
@ -115,11 +115,11 @@ recommend you to install it in a Python virtual environment. For example:
|
||||||
|
|
||||||
$ git clone https://github.com/cedricbonhomme/Stegano.git
|
$ git clone https://github.com/cedricbonhomme/Stegano.git
|
||||||
$ cd Stegano/
|
$ cd Stegano/
|
||||||
$ pew install 3.6.1 --type CPython
|
$ pew install 3.6.3 --type CPython
|
||||||
$ pew new --python=$(pew locate_python 3.6.1) -a . -r requirements.txt stegano-dev
|
$ pew new --python=$(pew locate_python 3.6.3) -a . -r requirements.txt stegano-dev
|
||||||
stegano-dev$ python
|
stegano-dev$ python
|
||||||
Python 3.6.1 (default, Jun 28 2017, 07:49:05)
|
Python 3.6.3 (default, Dec 5 2017, 22:12:25)
|
||||||
[GCC 6.3.0 20170406] on linux
|
[GCC 7.2.0] on linux
|
||||||
Type "help", "copyright", "credits" or "license" for more information.
|
Type "help", "copyright", "credits" or "license" for more information.
|
||||||
>>> import stegano
|
>>> import stegano
|
||||||
>>>
|
>>>
|
||||||
|
|
Loading…
Add table
Reference in a new issue