Installing ============================ .. _installing: .. note:: Torchflows supports Python versions 3.7 and upwards. We provide several options to install Torchflows. Install the latest stable version from PyPI: .. code-block:: console pip install torchflows Install the latest version from Github: .. code-block:: pip install git+https://github.com/davidnabergoj/torchflows.git Install Torchflows for development: .. code-block:: git clone https://github.com/davidnabergoj/torchflows.git cd torchflows pip install -r requirements.txt