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