-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small update of documentation (bis).
- Loading branch information
1 parent
817bd49
commit 59f24b9
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` | ||
|