Skip to content

Commit 7d43567

Browse files
authored
Merge pull request #1448 from ForgottenProgramme/patch-22
Updated 'using grayskull to generate recipes' information
2 parents 9db139f + 6d30362 commit 7d43567

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/maintainer/adding_pkgs.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,9 @@ There are multiple ways to get started:
2828
#. If it is an R package from `CRAN <https://cran.r-project.org/>`_, kindly
2929
start by using the `conda-forge helper script for R recipes <https://github.com/bgruening/conda_r_skeleton_helper>`_ instead.
3030
Then if necessary, you can make manual edits to the recipe.
31-
#. If it is a python package, you can generate the recipe as a starting point with
32-
``grayskull pypi your_package_name``. To install it you can use ``conda install -c conda-forge grayskull``. You do *not* have to use ``grayskull``, and the
33-
recipes produced by ``grayskull`` will need to be reviewed and edited.
34-
In particular, you'll at least need to check the build line to :ref:`use pip <use-pip>`,
35-
add yourself as a maintainer,
36-
and specify a ``license_file``.
31+
#. If it is a python package, you can generate the recipe as a starting point with ``grayskull``.
32+
Use ``conda install -c conda-forge grayskull`` to install ``grayskull``, followed by ``grayskull pypi your_package_name`` to generate the recipe. Note that you do *not* necessarily have to use ``grayskull``, and the
33+
recipes produced by ``grayskull`` might need to be reviewed and edited. Read more about ``grayskull`` and how to use it `here <https://github.com/conda-incubator/grayskull#introduction>`_.
3734

3835
Your final recipe should have no comments (unless they're actually relevant to the recipe, and not generic instruction comments), and follow the order in the example.
3936

0 commit comments

Comments
 (0)