Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 23033269 authored by GD's avatar GD
Browse files

edit installation instruction

parent a2237d92
No related branches found
No related tags found
No related merge requests found
...@@ -61,12 +61,12 @@ available at <https://github.com/gdurif/pCMF_experiments>. ...@@ -61,12 +61,12 @@ available at <https://github.com/gdurif/pCMF_experiments>.
You can install the `pCMF` R package with the following R command: You can install the `pCMF` R package with the following R command:
```R ```R
devtools::install_git("https://gitlab.inria.fr/gdurif/pCMF", subdir="pkg", ref="prod") devtools::install_github("gdurif/pCMF", subdir="pkg", ref="prod")
``` ```
If you don't have OpenMP installed on your machine (for instance on MacOS), you can run the following command: If you don't have OpenMP installed on your machine (for instance on MacOS), you can run the following command:
```R ```R
devtools::install_git("https://gitlab.inria.fr/gdurif/pCMF", subdir="pkg", ref="prod_no_omp") devtools::install_github("gdurif/pCMF", subdir="pkg", ref="prod_no_omp")
``` ```
**Note:** We encourage you to install a compiler (e.g. gcc) that supports OpenMP in order **Note:** We encourage you to install a compiler (e.g. gcc) that supports OpenMP in order
to benefit from multi-core computing and improve computation performance. to benefit from multi-core computing and improve computation performance.
......
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