diff --git a/README.md b/README.md index 9ac0e866..f1a2f3e9 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,22 @@ pip install -e '.[gpu]' ``` - For macOS (Apple silicon): + +We recommend macOS users to create an isolated Python virtual environment before installation. + ```sh git clone https://github.com/GradientHQ/parallax.git cd parallax + +# Enter Python virtual environment +python -m venv ./venv +source ./venv/bin/activate + pip install -e '.[mac]' ``` +Next time to re-activate this virtual environment, run ```source ./venv/bin/activate```. + - Extra step for development: ```sh pip install -e '.[dev]'