param sweep full spec working pre-release
This commit is contained in:
parent
522d6dd343
commit
368fcaa13d
|
|
@ -19,9 +19,9 @@ SimCAD is written in Python 3.
|
||||||
|
|
||||||
**1. Install Dependencies:**
|
**1. Install Dependencies:**
|
||||||
```bash
|
```bash
|
||||||
pip install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
python3 setup.py sdist bdist_wheel
|
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:**
|
**2. Configure Simulation:**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue