Skip to content
Snippets Groups Projects

Uv packager test

Open Petrus Hyvönen requested to merge uv-test into master
1 unresolved thread
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
@@ -295,3 +295,10 @@ python3 -m twine upload dist/*
```bash
python3 -m pip install --upgrade orekit-jpype
```
## Running examples using uv package manager
uv is a package manager that can install environments on the fly quickly.
To run the examples in jupyter lab, first install uv and then run
cd examples
uv run jupyter lab
Loading