aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2025-03-25 23:29:18 -0500
committerParker <contact@pkrm.dev>2025-03-25 23:29:18 -0500
commit7b1aec63e0eeea765f477ca60b93cb7b357f1565 (patch)
treea955819b041032942350cf23b36b8bddf2cf451b
parentfc2f544ef51111f78287e70c1545d4ed847c61d8 (diff)
Clear up Python version requirement
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 35cb4a4..805c449 100644
--- a/README.md
+++ b/README.md
@@ -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)