File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ If Python and uv are installed, these commands will show you the
2020versions installed on your system. If you get an error, you need to
2121install them before continuing.
2222
23- ## Install it in a Python project
23+ ## Install ` check-datapackage ` in a Python project
2424
2525It's generally recommended to install Python packages in a project's
2626virtual 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
3030We 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
3436project's virtual environment by running:
3537
3638``` {.bash filename="Terminal"}
You can’t perform that action at this time.
0 commit comments