Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0e07e404 authored by hhakim's avatar hhakim
Browse files

Update pyfaust install in anaconda.

The conda-forge channel is mandatory or a strange glibc compatibhility error will pop up.
parent 118b0835
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ Create the virtual environment:
conda create -n pyfaust_venv python==3.9
Add conda-forge channel (it is necessary for pyfaust dependencies on Mac OS X and Windows):
Add conda-forge channel (it is necessary for the pyfaust dependencies):
conda config --add channels conda-forge
......@@ -74,4 +74,4 @@ Try if it works:
- FACTOR 4 (double) SPARSE, size 5x5, density 1, nnz 25
Fore further information please rely on the documentation [here](https://docs.conda.io/en/latest/) or about the specific conda-create command please look here: [conda-create](https://docs.conda.io/projects/conda/en/latest/commands/create.html).
For further information please rely on the documentation [here](https://docs.conda.io/en/latest/) or about the specific conda-create command please look here: [conda-create](https://docs.conda.io/projects/conda/en/latest/commands/create.html).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment