Skip to content

Commit 9f58bc1

Browse files
author
Christopher Doris
committed
python and julia download links
1 parent 6fa934a commit 9f58bc1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/src/getting-started.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## You will need
44

5-
* Julia 1.0 or higher.
6-
* Python 3.5 or higher.
5+
* Julia 1.0 or higher — download [here](https://julialang.org/downloads).
6+
* Python 3.5 or higher — download [here](https://www.python.org/downloads) or set `JULIA_PYTHONCALL_EXE=CONDA` (see below).
77

88
## Install the Julia package `PythonCall`
99

@@ -40,6 +40,8 @@ If Julia and Python are in your PATH, then no further set-up is required.
4040
Otherwise, the following environment variables control how the package finds these.
4141
- `JULIA_PYTHONCALL_EXE`: Path to the Python executable. Or the special value `CONDA` which uses
4242
Python from the default conda environment, or `CONDA:{env}` to use the given environment.
43+
In this case, if `conda` is not detected then `Conda.jl` will automatically install
44+
[`miniconda`](https://docs.conda.io/en/latest/miniconda.html) in your Julia depot.
4345
- `JULIA_PYTHONCALL_LIB`: Path to the Python library. Normally this is inferred from the Python
4446
executable, but can be over-ridden.
4547
- `PYTHON_JULIACALL_EXE`: Path to the Julia executable.

0 commit comments

Comments
 (0)