Clear up Python version requirement
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled

This commit is contained in:
Parker M. 2025-03-25 23:29:18 -05:00
parent fc2f544ef5
commit 7b1aec63e0
Signed by: parker
GPG Key ID: 505ED36FC12B5D5E

View File

@ -42,7 +42,7 @@ To run LinkLogger on Docker, check out the [docker-compose.yaml](docker-compose.
If you want to work on the LinkLogger source, or just want to run the project on bare metal, follow the instructions below:
1. Install python3 (preferably >3.10) & pip
1. Install python3.10 & pip (other python versions may work, but are currently untested)
2. Install Node.js
3. Install Yarn
4. Install API dependencies (pip install -r requirements.txt)