Skip to content

Commit

Permalink
Merge pull request #127 from adulau/master
Browse files Browse the repository at this point in the history
Python requirements >= 3.3
  • Loading branch information
adulau committed Jan 15, 2016
2 parents bc12601 + b2717f8 commit a732b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit a732b98

Please sign in to comment.