Skip to content

Commit 4b1286a

Browse files
nilesh-patilstevengj
authored andcommitted
fixed read me file for updated Pkg keyword use (JuliaLang#714)
`Pkg.*` keywords don't work without importing 'Pkg'. Updated read-me so that there's no confusion.
1 parent 9a982cc commit 4b1286a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ or later* and run the installer. Then run the Julia application
2323
(double-click on it); a window with a `julia>` prompt will appear. At
2424
the prompt, type:
2525
```julia
26+
using Pkg
2627
Pkg.add("IJulia")
2728
```
2829
to install IJulia.
@@ -310,4 +311,4 @@ Restart the notebook and look for the error message when IJulia dies.
310311
the terminal where you launched `jupyter`).
311312

312313
When you are done, set `ENV["IJULIA_DEBUG"]=false` and re-run
313-
`Pkg.build("IJulia")` to turn off the debugging output.
314+
`Pkg.build("IJulia")` to turn off the debugging output.

0 commit comments

Comments
 (0)