Skip to content

Commit 8f38b3e

Browse files
Update docs/maintainer/adding_pkgs.md
Co-authored-by: jaimergp <[email protected]>
1 parent e9d19e0 commit 8f38b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/maintainer/adding_pkgs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ There are, currently, three ways to generate a recipe:
5656
Installation and usage of `grayskull`:
5757

5858
- Create a new environment named e.g. "grayskull" with grayskull installed : `conda create --name grayskull -c conda-forge grayskull`
59-
- Run the grayskull command in the newly created environment through `conda run -n grayskull grayskull pypi --strict-conda-forge YOUR_PACKAGE_NAME` to generate the recipe. Replace `YOUR_PACKAGE_NAME` with the package name. The package will be in the folder `YOUR_PACKAGE_NAME` in the working directory.
59+
- Run the grayskull command in the newly created environment through `conda run --no-capture-output -n grayskull grayskull pypi --strict-conda-forge YOUR_PACKAGE_NAME` to generate the recipe. Replace `YOUR_PACKAGE_NAME` with the package name. The package will be in the folder `YOUR_PACKAGE_NAME` in the working directory.
6060

6161
:::
6262

0 commit comments

Comments
 (0)