mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-05 17:40:40 +02:00
WIP
This commit is contained in:
parent
ecc3b36204
commit
0947cefe08
15
README.md
15
README.md
@ -2,7 +2,20 @@
|
|||||||
Detailed documentation can be found on the [official site.](https://www.psi.ch/detectors/users-support)
|
Detailed documentation can be found on the [official site.](https://www.psi.ch/detectors/users-support)
|
||||||
|
|
||||||
### Binaries
|
### Binaries
|
||||||
Documentation to obtain the binaries via the conda package is available for [lib](https://github.com/slsdetectorgroup/sls_detector_lib) and [gui](https://github.com/slsdetectorgroup/sls_detector_gui)
|
Binaries for the slsDetectorPackage are available through conda.
|
||||||
|
```
|
||||||
|
#Add conda channels
|
||||||
|
conda config --add channels conda-forge
|
||||||
|
conda config --add channels slsdetectorgroup
|
||||||
|
|
||||||
|
conda install slsdetlib #only shared lib and command line
|
||||||
|
conda install slsdet #python bindings (includes slsdetlib)
|
||||||
|
conda install slsdetgui #gui (includes qt4)
|
||||||
|
|
||||||
|
#Install specific version
|
||||||
|
conda install slsdet=2020.03.02.dev0 #developer version from 3 March 2020
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
### Source code
|
### Source code
|
||||||
One can also obtain the source code from this repository and compile while realizing the setup dependencies as required.
|
One can also obtain the source code from this repository and compile while realizing the setup dependencies as required.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user