From 311219ca70fb47effdca9f2083ed749e213c69af Mon Sep 17 00:00:00 2001 From: "Joshua E. Jodesty" Date: Fri, 11 Jan 2019 14:22:03 -0500 Subject: [PATCH] update readme --- README.md | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index db87c42..ccf7eea 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ A/B testing policies, monte carlo analysis and other common numerical methods is ```bash pip install -r requirements.txt python3 setup.py sdist bdist_wheel +pip install dist/SimCAD-0.1-py3-none-any.whl ``` **2. Configure Simulation:** diff --git a/requirements.txt b/requirements.txt index 48a300b..47937eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +wheel pathos fn tabulate \ No newline at end of file