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