You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/installation.rst
+21-9
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,12 @@ Installation
7
7
Install Python
8
8
--------------
9
9
10
-
OpenTAXII works with Python versions 3.6 - 3.10. You can download Python `here <http://www.python.org/download/>`_ or install it with your operating system’s package manager.
10
+
OpenTAXII works with Python versions 3.8 - 3.11. You can download Python
11
+
`here <http://www.python.org/download/>`_ or install it with your operating system’s
12
+
package manager.
11
13
12
-
You can verify that Python is installed by typing ``python`` or ``python3`` in your shell. You should see something like::
14
+
You can verify that Python is installed by typing ``python`` or ``python3`` in your
15
+
shell. You should see something like::
13
16
14
17
$ python3
15
18
Python 3.10.1 (main, Dec 11 2021, 17:22:55) [GCC 11.1.0] on linux
@@ -18,7 +21,10 @@ You can verify that Python is installed by typing ``python`` or ``python3`` in y
18
21
19
22
Install OpenTAXII
20
23
-----------------
21
-
To sandbox the project and protect system-wide python it is recommended to install OpenTAXII into a `virtual environment <https://virtualenv.pypa.io/en/latest/installation.html>`_ (*virtualenv*).
24
+
To sandbox the project and protect system-wide python it is recommended to install
@@ -41,23 +47,29 @@ Without the virtual environment it's just::
41
47
$ pip install opentaxii
42
48
43
49
.. note::
44
-
Since OpenTAXII has `libtaxii <https://github.com/TAXIIProject/libtaxii>`_ as a dependency, the system libraries
45
-
`libtaxii` will be installed. Check
46
-
`libtaxii documentation <http://libtaxii.readthedocs.org/en/latest/installation.html#dependencies>`_ for the details.
50
+
Since OpenTAXII has `libtaxii <https://github.com/TAXIIProject/libtaxii>`_ as a
51
+
dependency, the system libraries `libtaxii` will be installed. Check
52
+
`libtaxii documentation
53
+
<http://libtaxii.readthedocs.org/en/latest/installation.html#dependencies>`_ for the
54
+
details.
47
55
48
-
To install OpenTAXII from source files: download tarball, unpack it and install it manually with::
56
+
To install OpenTAXII from source files: download tarball, unpack it and install it
57
+
manually with::
49
58
50
59
$ python setup.py install
51
60
52
61
53
62
Versioning
54
63
----------
55
64
56
-
Releases of OpenTAXII are given major.minor.revision version numbers, where major and minor correspond to the roadmap EclecticIQ has. The revision number is used to indicate a bug fix only release.
65
+
Releases of OpenTAXII are given major.minor.revision version numbers, where major and
66
+
minor correspond to the roadmap EclecticIQ has. The revision number is used to indicate
67
+
a bug fix only release.
57
68
58
69
59
70
.. rubric:: Next steps
60
71
61
-
Continue to :doc:`Configuration <configuration>` page to learn how to configure OpenTAXII.
72
+
Continue to :doc:`Configuration <configuration>` page to learn how to configure
0 commit comments