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

update README

parent 74189536
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ import Distributed: @everywhere ...@@ -23,6 +23,7 @@ import Distributed: @everywhere
@everywhere push!(LOAD_PATH, /path/to/markovprocesses.jl/core")` @everywhere push!(LOAD_PATH, /path/to/markovprocesses.jl/core")`
``` ```
on your Julia startup file which is often located in `~/.julia/config/startup.jl` in Unix systems. on your Julia startup file which is often located in `~/.julia/config/startup.jl` in Unix systems.
* If you don't want to add this in your startup file, you can add these lines in your Julia script before `using MarkovProcesses`. * If you don't want to add this in your startup file, you can add these lines in your Julia script before `using MarkovProcesses`.
## Getting started ## Getting started
...@@ -35,8 +36,7 @@ Execution tests and statistical tests are available. It can be run by: ...@@ -35,8 +36,7 @@ Execution tests and statistical tests are available. It can be run by:
`julia tests/run_all.jl` `julia tests/run_all.jl`
!!! Statistical tests > :warning: The statistical tests run by `tests/run_cosmos.jl` needs [Cosmos](http://cosmos.lacl.fr/) in your PATH environment variable.
The statistical tests run by tests/run_cosmos.jl needs Cosmos in your PATH environment variable.
## Benchmarks ## Benchmarks
......
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