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
We highly recommend using Python 3 for new projects. Metaflow supports Python 2.7 for legacy applications, but Python 3 has fewer bugs and is better supported than the deprecated Python 2.7.
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