Installation

Via pypi

pip install torchcvnn

Via Git

If you want to bring in a new feature, it may be handy to install the package in developer mode from source.

git clone https://github.com/torchcvnn/torchcvnn.git
python3 -m venv venv
source venv/bin/activate
python -m pip install -e torchcvnn