Skip to content

Commit

Permalink
Revise installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
smallnamespace committed Feb 24, 2016
1 parent c3fd2d6 commit b78a1e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ A Hearthstone simulator and implementation, written in Python.

### Installation

* `pip install -r requirements.txt`
* `./bootstrap`
* (optional) `./setup.py install` to install as a library
* `export FP_GIT_URI=git+https://github.com/jleclanche/fireplace.git#egg=fireplace-0.1`
* `pip install --process-dependency-links $FP_GIT_URI`, or `pip install --process-dependency-links -e $FP_GIT_URI` to install as an editable egg
* To run tests, `pip install pytest` and then `py.test`

### Documentation

Expand Down

0 comments on commit b78a1e7

Please sign in to comment.