Skip to content

Commit 259f41f

Browse files
committed
Add new installation solution
1 parent 6575131 commit 259f41f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/install.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ How to install
66
Requirement
77
-----------
88

9-
trepan3k works with python >=3.7 and <3.9.
9+
`trepan3k` works with python >=3.7 and <3.9.
1010

1111
Using pip
1212
---------
@@ -31,6 +31,12 @@ or:
3131
$ su root
3232
# pip install trepan3k
3333
34+
`trepan3k` can also be installed in Python user install directory:
35+
36+
.. code:: console
37+
38+
$ pip install --user trepan3k
39+
3440
Using easy_install
3541
------------------
3642

0 commit comments

Comments
 (0)