Skip to content

Commit

Permalink
Merge pull request #7 from vasvi-sood/93-how-to-use-conda
Browse files Browse the repository at this point in the history
capitalized PyPI
  • Loading branch information
vasvi-sood authored May 4, 2023
2 parents c49d074 + 9c0022f commit e468d7a
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 e468d7a

Please sign in to comment.