From 368fcaa13dcde7186771843ccbfb065f34da5e75 Mon Sep 17 00:00:00 2001 From: "Joshua E. Jodesty" Date: Wed, 13 Feb 2019 08:18:33 -0500 Subject: [PATCH] param sweep full spec working pre-release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 289fd4b..825c846 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ SimCAD is written in Python 3. **1. Install Dependencies:** ```bash -pip install -r requirements.txt +pip3 install -r requirements.txt python3 setup.py sdist bdist_wheel -pip install dist/SimCAD-0.1-py3-none-any.whl +pip3 install dist/SimCAD-0.1-py3-none-any.whl ``` **2. Configure Simulation:**