Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 449 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 449 Bytes

journal

A SaaS Journal - future source home of journeyinbox.com

setup

python3 -m venv venv
pip install -r requirements-dev.txt -r requirements.txt

Local superuser:

local development tools

CFLAGS="-I/opt/homebrew/Cellar/graphviz/7.0.5/include" LDFLAGS="-L/opt/homebrew/Cellar/graphviz/7.0.5/lib" pip install -r requirements-dev.txt -r requirements.txt