Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a2c8b62

Browse files
authored
replace pip with uv (windmill-labs#859)
1 parent a3aa81d commit a2c8b62

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

docs/advanced/15_dependencies_in_python/index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Although Windmill can [automatically resolve imports](#lockfile-per-script-infer
106106

107107
When doing [`wmill script generate-metadata`](../3_cli/script.md#re-generating-a-script-metadata-file), if a requirements.txt is discovered, the closest one will be used as source-of-truth instead of being discovered from the imports in the script directly to generate the lockfile from the server.
108108

109-
You can write those requirements.txt manually or through a standar `pip install package_name`.
109+
You can write those requirements.txt manually or through a standard `pip install package_name`.
110110

111111
Several requirements.txt files can therefore coexist, each having authority over the scripts closest to it:
112112

@@ -262,7 +262,7 @@ UV is not using system certificates by default, if you wish to use them, set `PY
262262
:::
263263

264264

265-
"Pip index url" and "Pip extra index url" are filled through Windmill UI, in [Instance settings](../18_instance_settings/index.mdx#registries) under [Enterprise Edition](/pricing).
265+
`UV index url` and `UV extra index url` are filled through Windmill UI, in [Instance settings](../18_instance_settings/index.mdx#registries) under [Enterprise Edition](/pricing).
266266

267267
![Private PyPI Repository](./private_pip.png 'Private PyPI Repository')
268268

Loading

docs/advanced/18_instance_settings/index.mdx

+6-6
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ XML metadata url OR content for the SAML IdP.
186186

187187
## Registries
188188

189-
Add private registries for [Pip](https://pypi.org/), [Bun](https://bun.sh/), [npm](https://www.npmjs.com/), and [Nuget](https://www.nuget.org/).
189+
Add private registries for [UV](https://pypi.org/), [Bun](https://bun.sh/), [npm](https://www.npmjs.com/), and [Nuget](https://www.nuget.org/).
190190

191191
These settings are only available on [Enterprise Edition](/pricing).
192192

@@ -210,13 +210,13 @@ These settings are only available on [Enterprise Edition](/pricing).
210210
/>
211211
</div>
212212

213-
### Pip index url
213+
### UV index url
214214

215-
Add private PIP registry.
215+
Add private registry for python.
216216

217-
### Pip extra index url
217+
### UV extra index url
218218

219-
Add private extra PIP registry.
219+
Add private extra private registry for python.
220220

221221
### Npm config registry
222222

@@ -416,4 +416,4 @@ The following information is collected:
416416

417417
From the instance settings, you can manually disable telemetry or "Send usage" to send usage data to Windmill and monitor it from the [Customer portal](../../misc/7_plans_details/index.mdx#windmill-customer-portal).
418418

419-
Under [Enterprise Edition](/pricing) (self-hosted), telemetry is mandatory to ensure usage correctly matches the subscription.
419+
Under [Enterprise Edition](/pricing) (self-hosted), telemetry is mandatory to ensure usage correctly matches the subscription.

docs/advanced/8_preinstall_binaries/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ CMD ["windmill"]
4141

4242
> Note: The example above uses the enterprise edition (`windmill-ee`) as the base.
4343
44-
## Example: Installing Playwright (via pip)
44+
## Example: Installing Playwright (via uv)
4545

4646
```dockerfile
4747
FROM ghcr.io/windmill-labs/windmill-ee:main

0 commit comments

Comments
 (0)