Skip to content

Commit

Permalink
Update README.md (#37)
Browse files Browse the repository at this point in the history
Fix a typo and link to `juliaup`
  • Loading branch information
kshyatt authored Aug 22, 2024
1 parent 6ceeb7c commit febe7d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Julia v1.*.* and the Example package v0.5.*:

- `juliapkg.executable()` returns a compatible Julia executable.
- `juliapkg.project()` returns the project into which the packages have been installed.
- `juliapkg.resolve(force=False)` ensures all the depdencies are installed. You don't
- `juliapkg.resolve(force=False)` ensures all the dependencies are installed. You don't
normally need to do this because the other functions resolve automatically.

## Details
Expand All @@ -82,7 +82,7 @@ JuliaPkg tries the following strategies in order to find Julia on your system:
- If the `-X juliapkg-exe` argument to `python` is set, that is used.
- If the environment variable `PYTHON_JULIAPKG_EXE` is set, that is used.
- If `julia` is in your `PATH`, and is compatible, that is used.
- If `juliaup` is in your `PATH`, it is used to install a compatible version of Julia.
- If [`juliaup`](https://github.com/JuliaLang/juliaup) is in your `PATH`, it is used to install a compatible version of Julia.
- Otherwise, JuliaPkg downloads a compatible version of Julia and installs it into the
Julia project.

Expand Down

0 comments on commit febe7d5

Please sign in to comment.