File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Julia v1.*.* and the Example package v0.5.*:
5959
6060- ` juliapkg.executable() ` returns a compatible Julia executable.
6161- ` juliapkg.project() ` returns the project into which the packages have been installed.
62- - ` juliapkg.resolve(force=False) ` ensures all the depdencies are installed. You don't
62+ - ` juliapkg.resolve(force=False) ` ensures all the dependencies are installed. You don't
6363 normally need to do this because the other functions resolve automatically.
6464
6565## Details
@@ -82,7 +82,7 @@ JuliaPkg tries the following strategies in order to find Julia on your system:
8282- If the ` -X juliapkg-exe ` argument to ` python ` is set, that is used.
8383- If the environment variable ` PYTHON_JULIAPKG_EXE ` is set, that is used.
8484- If ` julia ` is in your ` PATH ` , and is compatible, that is used.
85- - If ` juliaup ` is in your ` PATH ` , it is used to install a compatible version of Julia.
85+ - If [ ` juliaup ` ] ( https://github.com/JuliaLang/juliaup ) is in your ` PATH ` , it is used to install a compatible version of Julia.
8686- Otherwise, JuliaPkg downloads a compatible version of Julia and installs it into the
8787 Julia project.
8888
You can’t perform that action at this time.
0 commit comments