Skip to content

Commit

Permalink
Update tutorials/1-installable-code.md
Browse files Browse the repository at this point in the history
Co-authored-by: Carol Willing <[email protected]>
  • Loading branch information
lwasser and willingc authored Dec 27, 2023
1 parent a73c35c commit f776e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/1-installable-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ you are a scientist, we suggest that you use `conda`.

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

Making your code pip installable is the first step towards creating a Python package. Once it is pip installable, you can add it to any Python environment on your computer and import that package in the same way that you might import a package such as `Pandas` or `Geopandas`.
Making your source code pip-installable is the first step towards creating a Python package. Once your code is pip-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`.
:::

## Make a basic Python package
Expand Down

0 comments on commit f776e7c

Please sign in to comment.