feat: add install script for automated project setup and dependencies

This commit is contained in:
retoor 2024-12-28 02:36:14 +00:00
parent 6ecd2c9ef1
commit c94bfe8545

9
install.sh Executable file
View 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