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
30
30
For experienced users with the latest stable Julia properly installed:
31
31
32
32
1 . 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 `
37
40
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
39
42
` notebooks/Chapter01_Tic_Tac_Toe.jl ` (or any other file under the ` notebooks ` folder) into
40
43
the input box and click the ` Open ` button.
41
44
You can’t perform that action at this time.
0 commit comments