some typos.
This commit is contained in:
Fang Liu
2023-07-23 14:31:25 +08:00
parent 7da4532685
commit 27314c9090
4 changed files with 6 additions and 6 deletions

View File

@@ -57,7 +57,7 @@ The `Julia` language provides the building blocks for the wider `Julia` ecosyste
Package installation is straightforward, as `Julia` has a package, `Pkg`, that facilitates this.
Since `Julia` version 1.7, just attempting to load a package through `using PackageName` at the *command line* will either load an installed package *or* query for an uninstalled package to be installed before lading. So installation just requires confirming a prompt.
Since `Julia` version 1.7, just attempting to load a package through `using PackageName` at the *command line* will either load an installed package *or* query for an uninstalled package to be installed before loading. So installation just requires confirming a prompt.
For more control, the command line and `IJulia` provide access to the function in `Pkg` through the escape command `]`. For example, to find the status of all currently installed packages, the following command can be executed: