Charts for Uni V3 using ApeWorX
Install eth-ape
and other deps in a virtual environment
# create and load a virtual environment
python3 -m venv venv
source venv/bin/activate
# install the developer dependencies
pip install -r requirements-dev.txt
and install the ape plugins needed to run notebook
(venv) ape plugins install .
then run ape-notebook
(venv) ape notebook