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 14fb9cb commit a806bf9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ A Hearthstone simulator and implementation, written in Python.

### Installation

* `git clone https://github.com/jleclanche/fireplace.git`
* `cd fireplace`
* `pip install -r requirements.txt`
* `./bootstrap`
* (optional) `./setup.py install` to install as a library
* `pip install .`, or `pip install -e .` to install fireplace as an editable egg
* To run tests, `pip install pytest` and then `py.test`

### Documentation

Expand Down

0 comments on commit a806bf9

Please sign in to comment.