Installing Metaflow
Metaflow is available as a Python package for macOS and Linux. You can visit our GitHub repository or get the latest version from PyPI:
pip install metaflow
info
If you want to get a feel of Metaflow and the infrastructure behind it without having to install anything locally, you can do in the browser by signing up for a Metaflow Sandbox.
Now you are ready to get your hands dirty with the Tutorials.
Upgrading Metaflow
If you have installed Metaflow previously, you can upgrade to the latest version with:
pip install --upgrade metaflow