File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Step 1: Install Julia
3838
3939Get the Julia installer from https://julialang.org/downloads/. See
4040also the `Platform Specific Instructions
41- <https://julialang.org/downloads/platform.html > `_.
41+ <https://julialang.org/downloads/platform> `_.
4242
4343Your python installation must be able to call command line program
4444``julia ``. If your installer does not add the Julia binary directory to
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ Other variants of Python import syntax also work:
2626.. code-block :: pycon
2727
2828 >>> import julia.Base
29- >>> from julia.Base import Enums # import a submodule
30- >>> from julia.Base import sin # import a function from a module
29+ >>> from julia.Base import Enums # import a submodule
30+ >>> from julia.Base import sin, sind # import functions from a module
3131
3232 The global namespace of Julia’s interpreter can be accessed via a
3333special module ``julia.Main ``:
Original file line number Diff line number Diff line change 1111 (dict (compiled_modules = "no" ), ["--compiled-modules=no" ]),
1212 (dict (depwarn = "error" ), ["--depwarn=error" ]),
1313 (dict (sysimage = "PATH" ), ["--sysimage=PATH" ]),
14+ (dict (bindir = "PATH" ), ["--home=PATH" ]),
1415 (dict (optimize = 3 ), ["--optimize=3" ]),
1516 (dict (threads = 4 ), ["--threads=4" ]),
1617 (dict (min_optlevel = 2 ), ["--min-optlevel=2" ]),
You can’t perform that action at this time.
0 commit comments