Installing check-datapackage

Before installing check-datapackage, you need to have Python and pipx installed.

To check that these programs are installed, run the following commands in your Terminal:

Terminal
python3 --version
pipx --version

If Python and pipx are installed, these commands will show you the versions installed on your system. If you get an error, you need to install them before continuing.

Install system-wide

We strongly recommend using check-datapackage in a virtual environment (as described in the section above), but you can also install it system-wide. The easiest way to do that is to use pipx:

Terminal
pipx install check-datapackage

To check that check-datapackage has been installed correctly, run the following and make sure check-datapackage is listed:

Terminal
pipx list

Now you can use check-datapackage in any Python script on your computer.