chore: add openai and requests dependencies and refactor plot.py with logging and new tikker_viz module

This commit is contained in:
2025-11-08 14:08:49 +00:00
parent 4000207873
commit caee3a7e22
14 changed files with 1920 additions and 232 deletions
Regular → Executable
+3 -3
View File
@@ -1,4 +1,4 @@
all: tikker run
all: plot process
tikker: tikker.c sormc.h
gcc tikker.c -Ofast -Wall -Werror -Wextra -o tikker -lsqlite3
@@ -9,8 +9,8 @@ run:
PYTHON="./.venv/bin/python"
ensure_env:
-@python3 -m venv .venv
$(PYTHON) -m pip install dataset matplotlib
-@python3.12 -m venv .venv
$(PYTHON) -m pip install dataset matplotlib openai requests
merge:
$(PYTHON) merge.py