This is the recommended way to install pynpc.
- [OPTIONAL] Create a Python virtual environement. This will allow for proper isolation with your system. Note that direnv is a useful to automatically load any virtual environement.
pip install pynpc
to install pynpc itself.
- Download the wheel file from the latest release.
- [OPTIONAL] Create a Python virtual environement. This will allow for proper isolation with your system. Note that direnv is a useful to automatically load any virtual environement.
- Run
pip install pynpc-x.y.z-py3-none-any.whl
wherex.y.z
is the latest version. - Run
pynpc --help
.
- Download the source code from GitHub.
- Run
poetry install -vv
. See the poetry documentation for more details. - Run
pynpc --help
.