download and install miniconda for python 3.8 and your OS
Access a command line interface (CLI) by opening a terminal(Linux) or the anaconda prompt (Windows).
- create a conda environment called vbflow
conda create -c conda-forge --name vbflow python=3.9 jupyterlab scikit-learn=1 matplotlib pandas
- activate the environment you just made by typing
conda activate vbflow
- download and unzip (or clone) this repo and navigate the CLI to the vbflow directory (cd )
- run the following
code
in the terminal/anaconda prompt:jupyter lab