Mentions légales du service

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

Add a small note about Anaconda env. in doc.

parent 13344ec7
Branches
Tags 3.12.0
No related merge requests found
......@@ -58,4 +58,11 @@ And finally launch the version test command to check the whole process:
$ python -c 'from pyfaust import version; print(version())'
Anaconda
========
Within Anaconda you can also create virtual environments and use pyfaust into it. It's quite similar to the Python way described previous sections. For that purpose you'll use the command conda create.
Please rely on the documentation here: https://conda.readthedocs.io/en/latest/
or for more details here: https://conda.io/docs/commands/conda-create.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment