Skip to content

Commit 4b651ac

Browse files
lwasserZeitsperre
andcommitted
Fix: edits from trevor
Co-authored-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
1 parent c97487f commit 4b651ac

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

tutorials/1-installable-code.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ locally and remotely from a website such as from GitHub
1212
will have the bare minimum elements needed to be installable into a Python environment.
1313

1414
:::{todo}
15-
1. Is it clear where to add commands? bash vs. Python console
15+
1. Is it clear where to add commands? Bash vs. Python console
1616
Bash vs. Zsh is different
1717
2. Does this lesson run as expected on windows and mac?
1818
3. ADD: note about what makes something "package worthy", with a common misconception being that a package should be production-ready code that's valuable to a broad audience. this may not be a pervasive misconception in Python, but a quick break-out with an explanation of what a package can consist of would be helpful.
@@ -62,13 +62,8 @@ In the upcoming lessons you will learn how to:
6262

6363
<img src="../images/tutorials/environment-package-install.png" alt="This diagram has two smaller boxes with arrows pointing to the right to a Python environment. The small boxes read your-package and pip install package. The environment box on the right reads - your Python environment. It them lists your-package along with a few other core packages such as Matplotlib, NumPy, Pandas, Xarray and GeoPandas." width="700px">
6464

65-
Making your code installable is the first step towards
66-
creating a publishable Python package. Once your code is
67-
installable, it is a Python package and can be added to
68-
any Python environment on your computer and imported in
69-
the same way that you might import a package such as
70-
Pandas or GeoPandas. If your code is on GitHub or GitLab
71-
you can also install it directly from there.
65+
Making your code installable is the first step towards creating a publishable Python package. Once your code is installable, it is a Python package and can be added to any Python environment on your computer and imported in the same way that you might import a package such as Pandas or GeoPandas.
66+
If your code is on GitHub or GitLab you can also install it directly from there.
7267
:::
7368

7469

0 commit comments

Comments
 (0)