Skip to content

Installation

This part of the documentation covers the installation of the 10Duke Scale SDK.

$ python -m pip install tenduke_scale

To install the 10Duke Scale SDK, simply run this command in your terminal of choice:

python -m pip install tenduke_scale

Install a wheel distributed outside of PyPi

If you have received a wheel for the 10Duke Scale SDK via a distribution channel outside of PyPi, you can still use pip to install it:

python -m pip install wheel
python -m pip install $path_and_file_name_of_wheel