Skip to content

Commit 5bff089

Browse files
committed
Fix: edit from review
1 parent ce8bc62 commit 5bff089

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

tutorials/1-installable-code.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
package](package-benefits).
66
:::
77

8-
Your next step in our packaging tutorial series is
9-
creating a Python package that is installable both
10-
locally and remotely from a website such as from GitHub
11-
(or GitLab). The package that you create in this lesson
12-
will have the bare minimum elements needed to be installable into a Python environment.
8+
Your next step in our packaging tutorial series is to create a Python package
9+
that is installable both locally and remotely from a website such as
10+
GitHub (or GitLab). The package that you create in this lesson will have the
11+
bare minimum elements needed to be installable into a Python environment.
12+
13+
Making your code installable is an important steps towards creating a full
14+
Python package that is directly installable from PyPI.
15+
1316

1417
:::{todo}
1518
1. Is it clear where to add commands? Bash vs. Python console

0 commit comments

Comments
 (0)