Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 019f6044 authored by GILLES Sebastien's avatar GILLES Sebastien
Browse files

README: update conda command to new API.

parent 3ab0e8b3
Branches
Tags
No related merge requests found
...@@ -35,7 +35,7 @@ Should the procedure described below not work at some point I invite you to chec ...@@ -35,7 +35,7 @@ Should the procedure described below not work at some point I invite you to chec
``` ```
conda create -n cling conda create -n cling
source activate cling conda activate cling
``` ```
* Install xeus-cling in this environment (and additional Jupyter extension to handle stuff like citations and table of contents). * Install xeus-cling in this environment (and additional Jupyter extension to handle stuff like citations and table of contents).
...@@ -49,5 +49,5 @@ conda install xeus-cling notebook jupyter_contrib_nbextensions -c QuantStack -c ...@@ -49,5 +49,5 @@ conda install xeus-cling notebook jupyter_contrib_nbextensions -c QuantStack -c
jupyter notebook jupyter notebook
``` ```
__BEWARE__: I **strongly advise** to use a dedicated environment for the notebook: the ultimate goal is to use a real C++ environment for your project, and the anaconda environment hides your native C++ compiler on your machine. __BEWARE__: I **strongly advise** to use a dedicated environment for the notebook: the ultimate goal is to use a real C++ environment for your project, and the anaconda environment hides the native C++ compiler on your machine.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment