From 1583c474b2688f3210a8aabfe66a5517717f4461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Tue, 2 Jun 2026 15:07:53 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ef897c..bac492f 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ A simple game catalogue and play session tracker. # Development -The project uses `pyenv` to manage installed Python versions. -If you have `pyenv` installed, you can simply run: +The project uses `uv` to manage Python versions and dependencies. +Simply run: ``` make init ``` -This will make sure the correct Python version is installed, and it will install all dependencies using `poetry`. +This installs the correct Python version, syncs all dependencies, and installs npm packages. Afterwards, you can start the development server using `make dev`. \ No newline at end of file