Skip to content

Commit 4954e0b

Browse files
committed
Clarify which settings are not needed with UV
Add note explaining that PRIMARY_PYTHON and PYTHON_MIN_VERSION are not needed when using UV with UV_PYTHON explicitly set. These settings are only required for pip-based workflows.
1 parent a83b045 commit 4954e0b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/source/getting-started.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,14 @@ PYTHON_PACKAGE_INSTALLER?=pip # Default
144144
When using UV, **always set `UV_PYTHON` explicitly**. While it currently defaults to `PRIMARY_PYTHON` for backward compatibility, relying on this default is not recommended and may change in future versions.
145145
```
146146

147+
```{note}
148+
With UV + `UV_PYTHON` explicitly set:
149+
- `PRIMARY_PYTHON` is **not needed** (only used as UV_PYTHON default)
150+
- `PYTHON_MIN_VERSION` is **not needed** (validation skipped with global UV)
151+
152+
These settings are **only required** for pip-based workflows.
153+
```
154+
147155
## How to use on the Windows operating system
148156

149157
mxmake works excellent on Windows!

0 commit comments

Comments
 (0)