diff --git a/tutorials/1-installable-code.md b/tutorials/1-installable-code.md index 276a3671..9c62c58e 100644 --- a/tutorials/1-installable-code.md +++ b/tutorials/1-installable-code.md @@ -15,7 +15,7 @@ does this work on windows and mac? i know it works on mac/linux 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. -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