Skip to content

Installation

We always recommend installing packages inside of your virtual environment of choice. E.g.,

$ python -m venv venv
$ . venv/bin/activate

Once your virtual environment is activated, ProxyStore Extensions with pip.

note:: ProxyStore Extensions will install ProxyStore as a dependency. However, none of the extra options will be included with ProxyStore. See the ProxyStore Installation guide for how to install the base ProxyStore package with extra options.

$ pip install proxystore-ex

Distributed In-Memory Connectors

The MargoConnector and UCXConnector have additional manual installation steps to be completed before they can be used.