Skip to content

Commit

Permalink
capitalised PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasvi Sood authored and Vasvi Sood committed May 4, 2023
1 parent 48c9b04 commit 9c0022f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/2023-05-18-how-to-use-conda-build.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ conda install conda-build
```

### Creating a template for the recipe
For this tutorial, we'll be walking you through the process of building a recipe for PyPI's [`click`](https://github.com/pallets/click) package using Grayskull. Grayskull is an automatic Conda recipe generator that is used for creating recipes for Python packages on PyPI and non-PyPI packages available on GitHub. PypI is among the various repositories available for Python softwares on the internet.
For this tutorial, we'll be walking you through the process of building a recipe for PyPI's [`click`](https://github.com/pallets/click) package using Grayskull. Grayskull is an automatic Conda recipe generator that is used for creating recipes for Python packages on PyPI and non-PyPI packages available on GitHub. PyPI is among the various repositories available for Python softwares on the internet.
```bash
conda install grayskull
grayskull pypi click
Expand Down

0 comments on commit 9c0022f

Please sign in to comment.