update readme
This commit is contained in:
parent
5ed273450f
commit
311219ca70
|
|
@ -19,6 +19,7 @@ A/B testing policies, monte carlo analysis and other common numerical methods is
|
||||||
```bash
|
```bash
|
||||||
pip install -r requirements.txt
|
pip 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
|
||||||
```
|
```
|
||||||
|
|
||||||
**2. Configure Simulation:**
|
**2. Configure Simulation:**
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
wheel
|
||||||
pathos
|
pathos
|
||||||
fn
|
fn
|
||||||
tabulate
|
tabulate
|
||||||
Loading…
Reference in New Issue