File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,15 @@ If you are new to Julia or reinforcement learning, you can preview the
3030For experienced users with the latest stable Julia properly installed:
3131
32321 . Clone this project.
33- 1 . Start the Julia REPL under the folder you created above.
34- 1 . Install [ Pluto.jl] ( https://github.com/fonsp/Pluto.jl )
35- 1 . ` ] add Pluto `
36- 1 . ` using Pluto `
33+ 1 . Start the Julia REPL inside the project folder.
34+ 1 . Activate and instantiate the environment
35+ 1 . ` import Pkg `
36+ 2 . ` Pkg.activate(".") `
37+ 3 . ` Pkg.instantiate() `
38+ 3 . Start [ Pluto.jl] ( https://github.com/fonsp/Pluto.jl )
39+ 1 . ` import Pluto `
3740 1 . ` Pluto.run() `
38- 1 . Now you can see the Pluto page is opened in your browser. Paste
41+ 4 . Now you can see the Pluto page is opened in your browser. Paste
3942 ` notebooks/Chapter01_Tic_Tac_Toe.jl ` (or any other file under the ` notebooks ` folder) into
4043 the input box and click the ` Open ` button.
4144
You can’t perform that action at this time.
0 commit comments