How to install Pynt

Install Pynt CLI

Pynt is deployed as a python based CLI, use pip to install:

python3 -m pip install pyntcli

Running Pynt for the first time

On the first time running Pynt CLI you will need to authenticate with Pynt:

Once authenticated, the CLI will not ask for authentication again.

Do i need to pull pynt docker image ?

Pynt CLI handles all docker operations, such as pulling the latest image and running the container, you do not need to do anything with the docker.

Troubleshooting

Last updated