From 98debb5ada0e2b0c487ccfb0cf5ed3f5d2e836e2 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, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a19257b4..99182d3b1 100644 --- a/README.md +++ b/README.md @@ -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