From 9c0022f49cc2c71316ac5ad1fd208317aabda1b1 Mon Sep 17 00:00:00 2001 From: Vasvi Sood Date: Thu, 4 May 2023 20:38:19 +0530 Subject: [PATCH] capitalised PyPI --- blog/2023-05-18-how-to-use-conda-build.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2023-05-18-how-to-use-conda-build.mdx b/blog/2023-05-18-how-to-use-conda-build.mdx index 75920964..6be62c50 100644 --- a/blog/2023-05-18-how-to-use-conda-build.mdx +++ b/blog/2023-05-18-how-to-use-conda-build.mdx @@ -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