Installation#

There are several possible ways to install this package:

Conda - conda-forge#

The package has been submitted to conda-forge. Once that is ready:

conda install -c conda-forge pyQParamWidget

Pip - PyPI#

Install from the Python Package Index (PyPI) repository:

pip install pyQParamWidget

Pip - Source#

Install directly from the GitHub source code repository. Either:

pip install https://github.com/prjemian/pyQParamWidget/archive/main.zip

or editable install (this is for developers) from local clone of source code.

First, clone the repository (into directory pyQParamWidget):

git clone https://github.com/prjemian/pyQParamWidget

Then, install from the new pyQParamWidget directory:

pip install -e pyQParamWidget --no-deps