Installation
Installation
(1). git clone the repo to your local machine
https://github.com/bessagroup/VeBNN.git
(2). go to the local folder where you cloned the repo, and pip install it with editable mode
pip install --editable .
(3). install requirements
pip install -r requirements.txt