Skip to content

Commit e985cd1

Browse files
authored
Update README.rst
Update Compatibility, Installation, and Dependencies sections.
1 parent 6ea18d4 commit e985cd1

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.rst

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ There are currently two levels of APIs for dealing with MAEC content:
4949

5050
Compatibility
5151
-------------
52-
The python-maec library is tested and written against python ``2.7.x``. Compatibility with other python versions is neither guaranteed nor implied.
52+
The python-maec library is tested and written against python ``2.6, 2.7, and 3.3+``. Compatibility with other python versions is neither guaranteed nor implied.
5353

5454
Versioning
5555
----------
@@ -62,6 +62,20 @@ to indicate new versions of the python-maec library itself.
6262
Installation
6363
------------
6464

65+
The python-maec library can be installed via the distutils setup.py script
66+
included at the root directory:
67+
68+
$ python setup.py install
69+
70+
The python-maec library is also hosted on `PyPI
71+
<https://pypi.python.org/pypi/maec/>`_ and can be installed with `pip
72+
<https://pypi.python.org/pypi/pip>`_:
73+
74+
$ pip install maec
75+
76+
Dependencies
77+
------------
78+
6579
The ``maec`` package depends on the following Python libraries:
6680

6781
* ``lxml``

0 commit comments

Comments
 (0)