Skip to content

Commit

Permalink
Merge pull request HIPS#13 from liori/master
Browse files Browse the repository at this point in the history
add pymongo to the list of dependencies in README.md
  • Loading branch information
JasperSnoek committed Apr 30, 2015
2 parents 92d6b5d + 8ec9f76 commit 3f0e57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Spearmint implements a combination of the algorithms detailed in the following p

**STEP 1: Installation**

1. Install [python](https://www.python.org/), [numpy](https://www.numpy.org/), [scipy](https://www.numpy.org/). For academic users, the [anaconda](https://continuum.io/downloads) distribution is great. Use numpy 1.8 or higher. We use python 2.7.
1. Install [python](https://www.python.org/), [numpy](https://www.numpy.org/), [scipy](https://www.numpy.org/), [pymongo](https://api.mongodb.org/python/current/). For academic users, the [anaconda](https://continuum.io/downloads) distribution is great. Use numpy 1.8 or higher. We use python 2.7.
2. Download/clone the spearmint code
3. Install the spearmint package using pip: `pip install -e \</path/to/spearmint/root\>` (the -e means changes will be reflected automatically)
4. Download and install MongoDB: https://www.mongodb.org/
Expand Down

0 comments on commit 3f0e57a

Please sign in to comment.