From b78a1e7078bd2d133085a683686b80a4b9b88a5c Mon Sep 17 00:00:00 2001 From: smallnamespace Date: Sat, 20 Feb 2016 08:13:53 -0800 Subject: [PATCH] Revise installation instructions Part of #318 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a19257b4..dc2f11e13 100644 --- a/README.md +++ b/README.md @@ -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