Skip to content

Commit

Permalink
Update tutorials/1-installable-code.md
Browse files Browse the repository at this point in the history
Co-authored-by: Carol Willing <[email protected]>
  • Loading branch information
lwasser and willingc authored Dec 27, 2023
1 parent 77e3e53 commit a73c35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/1-installable-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a73c35c

Please sign in to comment.