Skip to content

Commit

Permalink
Small update of documentation (bis).
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuellujan committed Dec 23, 2023
1 parent 817bd49 commit 59f24b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/src/how-to-run-the-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ Open a Julia REPL (`$ julia`), type `]` to enter the Pkg REPL, and add the follo

## Install the dependencies of the `examples` folder project

After cloning the `PotentialLearning.jl` repository in your working directory (`$ git clone [email protected]:cesmix-mit/PotentialLearning.jl.git`), and activate the `examples` folder project.
Clone `PotentialLearning.jl` repository in your working directory.
```shell
$ git clone [email protected]:cesmix-mit/PotentialLearning.jl.git`
```
Open a Julia REPL activating the `examples` folder project.
```shell
$ julia --project=PotentialLearning.jl/examples
```
Expand Down

0 comments on commit 59f24b9

Please sign in to comment.