File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 55package] ( 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}
15181 . Is it clear where to add commands? Bash vs. Python console
You can’t perform that action at this time.
0 commit comments