From a73c35ceed9bccbf112a19adafb2444a3878a5c6 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Wed, 27 Dec 2023 16:42:30 -0700 Subject: [PATCH] Update tutorials/1-installable-code.md Co-authored-by: Carol Willing --- tutorials/1-installable-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/1-installable-code.md b/tutorials/1-installable-code.md index a4e13e04..94d71d26 100644 --- a/tutorials/1-installable-code.md +++ b/tutorials/1-installable-code.md @@ -23,7 +23,7 @@ A basic installable package needs a few things: code, a specific package structu In this lesson you will learn: -- How to make your code installable into a Python environment +- How to make your code pip-installable into a Python environment - How to create a basic `pyproject.toml` file to declare dependencies and metadata - How to declare a build backend which will be used to build and install your package (learn more about what build back ends are here - link to guide) - How to install your package in editable mode for interactive development