manual: add warning about conda

This commit is contained in:
Sebastien Bourdeauducq 2019-04-20 10:49:39 +08:00
parent bb39eedf5b
commit 119f64243f
1 changed files with 3 additions and 0 deletions

View File

@ -98,6 +98,9 @@ If your favorite package is not available with Nix, contact us.
Installing via Conda (Windows, Linux)
-------------------------------------
.. warning::
If you can, use the Nix package manager instead of Conda. Conda is buggy, slow, prone to non-reproducible intermittent failures, and limited in features.
First, install `Anaconda <https://www.anaconda.com/distribution/>`_ or the more minimalistic `Miniconda <https://conda.io/en/latest/miniconda.html>`_.
After installing either Anaconda or Miniconda, open a new terminal (also known as command line, console, or shell and denoted here as lines starting with ``$``) and verify the following command works::