Installation

Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.

With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.

Supported Python Versions

Python >= 3.5

Deprecated Python Versions

Python == 2.7. Python 2.7 support will be removed on January 1, 2020.

Windows

  se7en@bar:~$ pip install virtualenv
  se7en@bar:~$ virtualenv <your-env>
  se7en@bar:~$ <your-env>\Scripts\activate
  (<your-env>)se7en@bar:~$ 

The easiest way to install the latest stable version of Airflow is with pip:

  (<your-env>)se7en@bar:~$ pip install ML_APIs