Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 627 Bytes

faq.md

File metadata and controls

10 lines (9 loc) · 627 Bytes

How do I install a development build?

  • go to the CI server
  • select Pipelines > Pipelines
  • on the Runs page select the commit you want
  • on the Summary tab click N published under Related (where N is the number of artifacts)
  • hover over your platform (e.g. windows-python-3.6), click on ... and select Download 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))