Skip to content

Commit 82ee961

Browse files
author
Billy Charlton
committed
uv
1 parent 2fc7988 commit 82ee961

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/intro-running-locally.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ This is the easiest solution for most of you. SimWrapper is a website, but for e
1111

1212
**Shortest path to a running local installation:**
1313

14-
- Install the [uv software manager](https://docs.astral.sh/uv/getting-started/installation/) which is the most modern Python packaging ecosystem out there.
15-
It is far, far faster and more error-proof than using pip or other methods.
14+
Use the [uv software manager](https://docs.astral.sh/uv/) which is the most modern Python packaging ecosystem out there. uv 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.
15+
- Install uv first if you don't already have it:
16+
https://docs.astral.sh/uv/getting-started/installation
1617
- Run `uv tool install simwrapper` to install simwrapper as a command-line program on your system.
1718
Read the output from the install command; you might need to edit your PATH to include the program.
1819
- Now go to the folder containing the data you want to explore, and run `uv tool run simwrapper`

0 commit comments

Comments
 (0)