diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..3fefab9 --- /dev/null +++ b/install.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +git clone https://molodetz.nl/retoor/tikker +cd tikker +python3 -m venv .venv +. .venv/bin/activate +pip install ollama +pip install matplotlib +