Skip to content

Commit 5fcc91b

Browse files
lwasserkierisi
andcommitted
Fix: edits from @kierski
Co-authored-by: Jesse Mostipak <jesse.maegan@gmail.com> Update tutorials/1-installable-code.md Co-authored-by: Jesse Mostipak <jesse.maegan@gmail.com>
1 parent 2c8d6cb commit 5fcc91b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/1-installable-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ does this work on windows and mac? i know it works on mac/linux
1515

1616
<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">
1717

18-
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.
18+
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.
1919
:::
2020

2121
:::{admonition} Learning Objectives
@@ -29,7 +29,7 @@ In this lesson you will learn:
2929
- How to install your package in editable mode for interactive development
3030

3131
To complete this lesson you will need a local Python (development)
32-
environment. You are welcome to use any environment manager that you chose.
32+
environment. You are welcome to use any environment manager that you choose.
3333

3434
* [If you need guidance creating a Python environment, review this lesson](extras/1-create-environment.md) which walks you through creating an environment using both `venv` and `conda`.
3535
* If you aren't sure which environment manager to use and

0 commit comments

Comments
 (0)