Skip to content
Snippets Groups Projects
Commit b22204db authored by Petrus Hyvönen's avatar Petrus Hyvönen
Browse files

Updated README.md with instructions for running example in uv

parent df829a5c
No related branches found
No related tags found
1 merge request!19Uv packager test
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment