Warning
This project is currently in the prototyping phase and will change rapidly.
Clone the source:
git clone git@github.com:proxystore/aeris
Create a virtual environment of your choosing:
python -m venv venv
. venv/bin/activate
Install the package & dependencies:
pip install -e . # -e for editable mode