1
0

asdgafgfdsh

This commit is contained in:
2025-08-18 19:54:41 +00:00
parent 1f45e92f18
commit 28cedc9586

View File

@@ -6,7 +6,7 @@ Copy `config.example.py` to `config.py`. Configure your destination directory, a
This project uses [Poetry](https://python-poetry.org/), which has very clear documentation on how to install it: This project uses [Poetry](https://python-poetry.org/), which has very clear documentation on how to install it:
You will need Python 3.12, so install it.. please. You will need Python 3.12 or later, so install it.. please.
1. `pip install pipx` to install PIPX 1. `pip install pipx` to install PIPX
2. `pipx install poetry` to install Poetry under PIPX (You will have global access to Poetry, PIPX performs some gnarly isolation while still allowing global access to tools) 2. `pipx install poetry` to install Poetry under PIPX (You will have global access to Poetry, PIPX performs some gnarly isolation while still allowing global access to tools)