Skip to content

Commit

Permalink
Add FAQ and update development installation docs
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
t-sommer committed Jun 24, 2020
1 parent 82657d3 commit 79d01cc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Several options are available:

- Install with conda: `conda install -c conda-forge fmpy`
- Install with from PyPI: `python -m pip install fmpy[complete]`
- Install the latest development version directly from GitHub: `python -m pip install https://github.com/CATIA-Systems/FMPy/archive/develop.zip`
- [Install a development build](docs/faq.md)

If you don't have Python on your machine you can install [Anaconda Python](https://www.anaconda.com/download/).

Expand Down
10 changes: 10 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## How do I install a development build?

- go to the [CI server](https://dev.azure.com/CATIA-Systems/FMPy/)
- 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))

0 comments on commit 79d01cc

Please sign in to comment.