Commit b2717f8c authored by Alexandre Dulaunoy's avatar Alexandre Dulaunoy
Browse files

Python requirements >= 3.3

parent 45960032
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ cve-search is used by many organizations including the [public CVE services of C
Requirements
------------

* Python3.2 or later
* Python3.3 or later
* MongoDB 2.2 or later
* redis server
* Pip3
@@ -45,7 +45,7 @@ The requirements can be installed with pip:
Installation of MongoDB
-----------------------

First, you'll need to have a Python 3 installation (3.2 or 3.3 preferred).
First, you'll need to have a Python 3 installation (3.3 or higher).
Then you need to install MongoDB (2.2) from source (this should also work
with any standard packages from your favorite distribution). Don't forget
to install the headers for development while installing MongoDB.