Skip to content

Commit 6360dcc

Browse files
committed
spelling
1 parent 4d60640 commit 6360dcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/scripting/uv.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ We are currently considering whether we could use it to split up our python proc
66

77
## `uv` files
88

9-
- `c:\Instrument\apps\uv\` is the main installation folder for uv itself.
9+
- `c:\Instrument\apps\uv\` is the main installation folder for `uv` itself.
1010
- `c:\Instrument\apps\uv\snakes` is the location of individually-versioned python interpreter executables. These are "bare" interpreters, that do not contain any dependencies such as `genie_python`.
1111
- `c:\Instrument\var\tmp\uvcache` is the location of `uv`'s pip download cache. This can safely be deleted and will be recreated as-needed.
1212

@@ -29,5 +29,5 @@ It can be used on Github actions CI, but isn't currently.
2929
### Instrument processes
3030

3131
In the future we may consider using `uv` to create and build virtual environments for each respective python process that runs on the NDX. This requires some decisions and subsequent work:
32-
- `uv.lock` files - should we keep them in source, or at least on the build server, then build venvs on the NDXes with those specific versions?
32+
- `uv.lock` files - should we keep them in source, or at least on the build server, then build virtual environments on the NDXes with those specific versions?
3333
- python wheels need to be available for everything we use - the NDXes do not have compilers ie. Visual Studio installed.

0 commit comments

Comments
 (0)