Skip to content

Commit fca7e89

Browse files
lwjohnst86signekb
andauthored
docs: ✏️ some minor edits from review
Co-authored-by: Signe Kirk Brødbæk <signebroedbaek@gmail.com>
1 parent e4f5361 commit fca7e89

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/guide/installation.qmd

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If Python and uv are installed, these commands will show you the
2020
versions installed on your system. If you get an error, you need to
2121
install them before continuing.
2222

23-
## Install it in a Python project
23+
## Install `check-datapackage` in a Python project
2424

2525
It's generally recommended to install Python packages in a project's
2626
virtual environment to keep the project's dependencies isolated from the
@@ -29,8 +29,10 @@ system-wide Python setup and avoid conflicts. We use (and recommend)
2929

3030
We assume you've already created a Python project that has a
3131
`pyproject.toml` file. If not, review uv's guide on making
32-
[projects](https://docs.astral.sh/uv/guides/projects/). While in the
33-
Terminal and in the project's directoyr, add `check-datapackage` to your
32+
[projects](https://docs.astral.sh/uv/guides/projects/).
33+
34+
While in the
35+
Terminal and in the project's directory, add `check-datapackage` to your
3436
project's virtual environment by running:
3537

3638
``` {.bash filename="Terminal"}

0 commit comments

Comments
 (0)