subset julia mono

This commit is contained in:
Alexander 2025-06-14 16:51:41 -04:00
parent 4388064d92
commit e5fda203c3
4 changed files with 15 additions and 5 deletions

View file

@ -5,6 +5,8 @@ if ! [[ -d pgvv/ ]]; then
source ./pgvv/bin/activate
python3 -m pip install --upgrade pip
pip install --upgrade pygments
pip install --upgrade fonttools
pip install --upgrade brotli
deactivate
fi