User Guide - Grayskull 1.1.0 documentation (original) (raw)
Toggle site navigation sidebar
Toggle table of contents sidebar
Toggle table of contents sidebar
Installation¶
Grayskull can be installed with pip
:
pip install grayskull
or with conda
, using the conda-forge
channel:
conda install -c conda-forge grayskull
It is also possible to clone the Grayskull repository and install it using pip
:
git clone https://github.com/conda/grayskull.git cd grayskull pip install -e .