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: Jesse Mostipak <[email protected]>
  • Loading branch information
lwasser and kierisi authored Dec 27, 2023
1 parent f6be4a8 commit 8228a41
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 @@ -15,7 +15,7 @@ does this work on windows and mac? i know it works on mac/linux

<img src="../images/tutorials/code-to-script-diagram.png" alt="Diagram showing the basic steps to creating an installable package. There are 4 boxes with arrows pointing towards the right. The boxes read, your code, create package structure, add metadata to pyproject.toml and pip install package." width="700px">

A basic installable package needs a few things. Code, a specific package structure and a `pyproject.toml` containing your package's name and version. Once you have these items in the correct directory structure, you can pip install your package into any environment on your computer.
A basic installable package needs a few things: code, a specific package structure and a `pyproject.toml` containing your package's name and version. Once you have these items in the correct directory structure, you can pip install your package into any environment on your computer.
:::

:::{admonition} Learning Objectives
Expand Down

0 comments on commit 8228a41

Please sign in to comment.