Skip to content
Snippets Groups Projects
Commit 6594f2eb authored by Bentriou Mahmoud's avatar Bentriou Mahmoud
Browse files

Updating installation's instructions

parent dc7c8dd6
No related branches found
No related tags found
No related merge requests found
Pipeline #19677 failed
......@@ -14,16 +14,14 @@ It implements:
## Install
This package is not yet accessible via the Julia package manager. For the install of the package:
1. Clone this git repository on your computer.
2. Add the "src" directory of this repository to your `LOAD_PATH`. This can be done by two different ways:
* Launch Julia's REPL (for example by entering `julia` in your terminal)
* Enter Pkg's REPL by typing `]`
* Type
```julia
add https://gitlab-research.centralesupelec.fr/2017bentrioum/markovprocesses.jl/
```
This package is not yet registered in the Julia's packages. For the install of the package:
1. Launch Julia's REPL (for example by entering `julia` in your terminal)
2. Enter Pkg's REPL by typing `]`
3. Enter
```julia
add https://gitlab-research.centralesupelec.fr/2017bentrioum/markovprocesses.jl/
```
## Getting started
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment