Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/publish-conda-forge.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ that you have been using to run hatch
commands in the previous tutorials.

:::{note}
You can also install grayskull using pipx[^pipx]. pipx is a tool that allows you to install commonly used tools that you might want to have available across multiple Python environments rather than installing the package into every Python environment that ou create.
You can also install grayskull using pipx[^pipx]. pipx is a tool that allows you to install commonly used tools that you might want to have available across multiple Python environments rather than installing the package into every Python environment that you create.
:::

### Step 2: Fork and clone the conda-forge staged-recipes repository
Expand Down
Loading