3
3
Installation of python-gvm
4
4
==========================
5
5
6
- .. note :: All commands listed here use the general tool names. If some of these
7
- tools are provided by the distribution, the Python 3 version of the tool may
8
- have to be used, e.g. :program: `pip3 `.
9
-
10
- Installing the Latest Stable Release of python-gvm
11
- --------------------------------------------------
12
-
13
6
For installing the latest stable release of **python-gvm **, `pip `_, `poetry `_
14
7
or `pipenv `_ can be used.
15
8
16
9
If an application or library that uses **python-gvm ** internally is developed,
17
10
it is often better to choose `poetry `_ for handling the dependencies.
18
11
19
12
Using pip
20
- ^^^^^^^^^
13
+ ---------
21
14
22
15
For installing **python-gvm ** using `pip `_ run::
23
16
24
- pip install python-gvm
17
+ python3 -m pip install python-gvm
25
18
26
19
Using poetry
27
- ^^^^^^^^^^^^
20
+ ------------
28
21
29
22
For installing **python-gvm ** using `poetry `_ run::
30
23
@@ -34,7 +27,7 @@ If the usage of `poetry`_ is not familiar, its documentation can be found at
34
27
https://python-poetry.org/docs/.
35
28
36
29
Using pipenv
37
- ^^^^^^^^^^^^
30
+ ------------
38
31
39
32
For installing **python-gvm ** using `pipenv `_ run::
40
33
@@ -55,7 +48,7 @@ To clone the public repository run::
55
48
56
49
Once there is a copy of the source, it can be embedded it the own application as follows::
57
50
58
- pip install -e /path/to/python-gvm
51
+ python3 -m pip install -e /path/to/python-gvm
59
52
60
53
.. _pip : https://pip.pypa.io/en/stable/
61
54
.. _pipenv : https://pipenv.readthedocs.io/en/latest/
0 commit comments