Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 315 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 315 Bytes

LiquidNetworks

My python template for liquid_networks.

Installation

$ cd /path/to/LiquidNetworks
$ # install venv
$ python -m venv venv
$ source ./venv/bin/activate
$ # install requirements
$ pip install -r requirements.txt
$ # install pre-commit (needs "git init" command)
$ pre-commit install