Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 745 Bytes

install.md

File metadata and controls

22 lines (14 loc) · 745 Bytes

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

{% hint style="info" %} 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 {% endhint %}

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