Skip to content

Commit e9d19e0

Browse files
Use conda run to cut down by a further line
1 parent 492f0f1 commit e9d19e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/maintainer/adding_pkgs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +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-
- Activate this new environment : `conda activate grayskull`.
60-
- Followed by `grayskull pypi --strict-conda-forge YOUR_PACKAGE_NAME` to generate the recipe. Replace `YOUR_PACKAGE_NAME` with the package name.
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.
6160

6261
:::
6362

0 commit comments

Comments
 (0)