Installation
Base Install¶
We always recommend installing packages inside of your virtual environment of choice. E.g.,
Once your virtual environment is activated, install ProxyStore with pip
.
Extras Options¶
The base installation is designed to be as lightweight as possible, but ProxyStore provides many features with extra dependencies that can be installed with the appropriate extras option.
Install | Purpose |
---|---|
pip install proxystore[all] |
Install all extras except dev and docs |
pip install proxystore[endpoints] |
Use ProxyStore Endpoints |
pip install proxystore[redis] |
Use the RedisConnector |
pip install proxystore[dev] |
Development dependencies |
pip install proxystore[docs] |
Documentation dependencies |
Multiple extras options can be install at the same time.
Or everything can be installed at once (this does not install the development packages).
ProxyStore Extensions¶
Additional features are available in the proxystore-extensions
package
(Repository and
Docs).
Features in the extensions package tend to be more experimental or have heavier dependencies.