From 874302073591397b992a4ec9989301e7d68882a8 Mon Sep 17 00:00:00 2001 From: Spence Beecher Date: Sat, 6 Oct 2018 11:40:36 -0700 Subject: [PATCH] Update README.rst --- README.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 620ba22..4b0bbf9 100644 --- a/README.rst +++ b/README.rst @@ -75,12 +75,19 @@ Requirements **bootstrapped** requires numpy. The power analysis functions require matplotlib and pandas. -Installation +Installation with pip ------------ - .. code:: bash pip install bootstrapped + +Installation from github +------------ +.. code:: bash + + git clone https://github.com/facebookincubator/bootstrapped.git + cd bootstrapped + python setup.py install How bootstrapped works ----------------------