Installing

Note

Torchflows supports Python versions 3.7 and upwards.

We provide several options to install Torchflows.

Install the latest stable version from PyPI:

pip install torchflows

Install the latest version from Github:

pip install git+https://github.com/davidnabergoj/torchflows.git

Install Torchflows for development:

git clone https://github.com/davidnabergoj/torchflows.git
cd torchflows
pip install -r requirements.txt