|
|
|
|
|
by dagw
452 days ago
|
|
with uv (and pip) you can pass the --no-binary flag and it will download the source code and build all you dependencies, rather than downloading prebuilt binaries. It should also respect any CFLAGS and LDFLAGS you set, but I haven't actually tested that with uv. |
|