Skip to content

Commit 0ac3e7a

Browse files
author
William (Billy) Charlton william.charlton@dlr.de
committed
install python using uv
1 parent 7b8ecfb commit 0ac3e7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/intro-running-locally.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ This is the easiest solution for most situations. SimWrapper has been packaged a
1616
Use the [uv software manager](https://docs.astral.sh/uv/). uv is the modern replacement for all previous python software management tools like pip, poetry, virtualenv, etc. It eliminates the problems with virtual environments, messy multiple Python versions, etc. It is far, far faster and more error-proof than using pip or other methods!
1717
- Install uv first if you don't already have it:
1818
https://docs.astral.sh/uv/getting-started/installation
19+
- uv will use your local install of Python. If you don't have Python or have an old Python < 3.8, let uv install a recent python for you (no, this won't mess up any of your existing python installations!):
20+
- `uv python install 3.11`
1921
- Go to the folder containing the data you want to explore, and run
2022
- `uvx simwrapper run`
2123
- There's no step 3! SimWrapper is now running at http://127.0.0.1:4999 or http://localhost:4999

0 commit comments

Comments
 (0)