Create a python virtual environment with venv.
python -m venv .venv/
Activate the virtual environment.
source .venv/bin/activate
Install the ipython notebook dependencies.
pip install -r notebook/requirements.txt
Install the verilog_to_txt dependencies.
pip install -r verilog_to_txt/requirements.txt