Update README.md
This commit is contained in:
@@ -4,12 +4,12 @@ A simple game catalogue and play session tracker.
|
|||||||
|
|
||||||
# Development
|
# Development
|
||||||
|
|
||||||
The project uses `pyenv` to manage installed Python versions.
|
The project uses `uv` to manage Python versions and dependencies.
|
||||||
If you have `pyenv` installed, you can simply run:
|
Simply run:
|
||||||
|
|
||||||
```
|
```
|
||||||
make init
|
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`.
|
Afterwards, you can start the development server using `make dev`.
|
||||||
Reference in New Issue
Block a user