Installation

Requirements

ncplib supports Python 3.7 and above. It has no other dependencies.

Installing

It’s recommended to install ncplib in a virtual environment using venv.

Install ncplib using pip.

pip install ncplib

Upgrading

Upgrade ncplib using pip:

pip install --upgrade ncplib

Important

Check the Changelog before upgrading.