added instructions for python CLI

This commit is contained in:
Erik Örtenberg 2025-02-10 23:33:29 +01:00
parent 5d34794c2a
commit 6b6eaaa7cf

6
scripts/README.md Normal file
View File

@ -0,0 +1,6 @@
# Installation
* Run `python -m venv .`
* Run `./bin/pip install -r requirements.txt`
# Running
* `./bin/python <script> <command>`