Dear xrayutilities users,
This is an updated version of how to install the latest GIT master [1] of
xrayutilities.
Upon questions and bug reports it is usually a good idea to reproduce your
problem with the latest GIT version. Since installation from source
requires a working C-compiler sometimes people have problems with this.
However, every change on GIT master triggers automatic building of Python
wheel files [2], hence obtaining the latest development version is rather
easy.
Just run:
pip install --user --upgrade xrayutilities --extra-index-url
https://pkgs.dev.azure.com/dominikkriegner/xrayutilities/_packaging/xrayutilities-dev/pypi/simple
Likely you want the '--user' option as included above to not interfere with
your system packages. But variations of this command are of course possible.
On systems with appropriate C-compiler (manual/alternative version) you
also can:
1) download the latest git version either by GIT or from the following link:
https://github.com/dkriegner/xrayutilities/archive/master.zip
2) open a command line with access to your python executables and go to
the folder where you have the 'xrayutilities' source files.
3) run 'pip install .' or variants thereof outlined in the Readme [3].
cheers
dominik
[1] https://sourceforge.net/p/xrayutilities/mailman/message/36512225/
[2]
https://dev.azure.com/dominikkriegner/xrayutilities/_packaging?_a=feed&feed=xrayutilities-dev
[3] https://github.com/dkriegner/xrayutilities#installation-source
|