If you've installed FMPy with conda
, open a conda prompt and run
conda update -c conda-forge fmpy
If you've installed FMPy with pip
, run
pip install fmpy --upgrade
- go to the CI server
- select
Pipelines > Pipelines
- on the
Runs
page select the commit you want - on the
Summary
tab clickN published
underRelated
(whereN
is the number of artifacts) - hover over your platform (e.g.
windows-python-3.6
), click on...
and selectDownload artifacts
- extract the ZIP archive
- open a command line and change into directory where you extracted the archive
- on the command line run
python -m pip install <path-to-wheel>
(where<path-to-wheel>
is the path of the FMPy Wheel (*.whl))