From f57e535679f50087984aaf2c36c70a5d3a48c6c5 Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 28 Dec 2024 03:36:14 +0100 Subject: [PATCH] Added install script. --- install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 install.sh 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 +