As @danehkar pointed out in his review (openjournals/joss-reviews#4170 (comment)) at the moment the "Installation using conda" instructions
|
Installation using ``conda`` |
|
---------------------------- |
|
|
|
It is also possible to install asimov in a conda environment from conda forge. |
|
You can do this by ensuring that your conda environment is activated, and then running |
|
|
|
.. code-block:: console |
|
|
|
$ conda install -c conda-forge ligo-asimov |
tell the user to install from the deprecated ligo-asimov conda-forge feedstock. c.f. conda-forge/ligo-asimov-feedstock#8
These should be migrated to the new (and maintained) https://github.com/conda-forge/asimov-feedstock which is just a change to
.. code-block:: console
$ conda install -c conda-forge asimov
As @danehkar pointed out in his review (openjournals/joss-reviews#4170 (comment)) at the moment the "Installation using
conda" instructionsasimov/docs/source/installation.rst
Lines 37 to 45 in fc2b7c1
tell the user to install from the deprecated
ligo-asimovconda-forge feedstock. c.f. conda-forge/ligo-asimov-feedstock#8These should be migrated to the new (and maintained) https://github.com/conda-forge/asimov-feedstock which is just a change to