Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add install instructions for `pip`.
  • Loading branch information
drckf authored Aug 12, 2017
1 parent a907299 commit f932a22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Using advanced mean field and Markov Chain Monte Carlo methods.


## Installation:
We recommend using paysage with Anaconda3. Simply,
We recommend using paysage with Anaconda3. To install Version 0.1 using `pip` simply type `pip install paysage`. To install from `git` use:

1. Clone this git repo
2. Move into the directory with setup.py
3. Run “pip install -e .
1. `git clone https://github.com/drckf/paysage.git`
2. `cd paysage`
3. `pip install -e .`

Running the examples requires a file mnist.h5 containing the MNIST dataset of handwritten images. The script download_mnist.py in the mnist/ folder will fetch the file from the web.

Expand Down

0 comments on commit f932a22

Please sign in to comment.