Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 510 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 510 Bytes

univ3-ape

Charts for Uni V3 using ApeWorX

Setup

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