Installation#
Last stable version#
There is no stable version yet
Last testing version#
If you want to work with the last testing version, the installation command is the following:
conda install -c uibcdf/label/dev pytunitwizard
To uninstall this library:
conda remove pyunitwizard
Developing version from the source code#
The raw code fully alive can be installed from this github repo as follows:
git clone https://github.com/uibcdf/PyUnitWizard.git
cd PyUnitWizard
python setup.py develop
In this case, do the following to uninstall it:
pip uninstall pyunitwizard