param sweep full spec working pre-release

This commit is contained in:
Joshua E. Jodesty 2019-02-13 08:18:33 -05:00
parent 522d6dd343
commit 368fcaa13d
1 changed files with 2 additions and 2 deletions

View File

@ -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:**