Added install script.
This commit is contained in:
parent
76ce2d3360
commit
f57e535679
9
install.sh
Executable file
9
install.sh
Executable file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user