Skip to content

Commit 5c30abe

Browse files
authored
Merge pull request #41 from dev590t/feature/documentation
Detail the installation instruction
2 parents 165213c + 30bf23d commit 5c30abe

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/install.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ How to install
33

44
.. toctree::
55

6+
Requirement
7+
-----------
8+
9+
`trepan3k` works with python >=3.2. But about the decompilation feature, `trepan3k` supports decompilation only for python >=3.2 and <=3.8, it doesn't support decompilation for python >3.9.
10+
611
Using pip
712
---------
813

@@ -26,6 +31,12 @@ or:
2631
$ su root
2732
# pip install trepan3k
2833
34+
`trepan3k` can also be installed in Python user install directory:
35+
36+
.. code:: console
37+
38+
$ pip install --user trepan3k
39+
2940
Using easy_install
3041
------------------
3142

0 commit comments

Comments
 (0)