sls_detector_software is obsolete, conda packet sls_detector_lib or sls_detector_gui

This commit is contained in:
2018-08-23 16:52:52 +02:00
parent cedd275892
commit b3d4e90f7f
18 changed files with 21 additions and 24 deletions

View File

@ -13,8 +13,11 @@ INTRODUCTION
The Source Code (Default C++ API): The Source Code (Default C++ API):
https://github.com/slsdetectorgroup/slsDetectorPackage https://github.com/slsdetectorgroup/slsDetectorPackage
The Conda Package: The Conda Lib Package:
https://github.com/slsdetectorgroup/sls_detector_software https://github.com/slsdetectorgroup/sls_detector_lib
The Conda GUI Package:
https://github.com/slsdetectorgroup/sls_detector_gui
The Python Interface (including the package): The Python Interface (including the package):
https://github.com/slsdetectorgroup/sls_detector https://github.com/slsdetectorgroup/sls_detector

View File

@ -1,4 +1,4 @@
This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013) (format=latex 2018.8.23) 23 AUG 2018 15:46 This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013) (format=latex 2018.8.23) 23 AUG 2018 16:50
entering extended mode entering extended mode
restricted \write18 enabled. restricted \write18 enabled.
%&-line parsing enabled. %&-line parsing enabled.

View File

@ -1,4 +1,4 @@
This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013) (format=latex 2018.8.23) 23 AUG 2018 15:47 This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013) (format=latex 2018.8.23) 23 AUG 2018 16:50
entering extended mode entering extended mode
restricted \write18 enabled. restricted \write18 enabled.
%&-line parsing enabled. %&-line parsing enabled.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -1,4 +1,4 @@
This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013) (format=latex 2018.8.23) 23 AUG 2018 15:47 This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013) (format=latex 2018.8.23) 23 AUG 2018 16:50
entering extended mode entering extended mode
restricted \write18 enabled. restricted \write18 enabled.
%&-line parsing enabled. %&-line parsing enabled.

View File

@ -62,13 +62,12 @@ conda config --add channels conda-forge
conda config --add channels slsdetectorgroup conda config --add channels slsdetectorgroup
#Install latest version #Install latest version
conda install sls_detector_software conda install sls_detector_lib
conda install sls_detector_gui
#Install specific release (GLIBC2.14) #Install specific release
conda install sls_detector_software=4.0.0 conda install sls_detector_lib=4.0.0
conda install sls_detector_gui=4.0.0
#Scientific Linux 6 version (GLIBC2.12)
conda install sls_detector_software=SL6_4.0.0
</PRE> </PRE>
</LI> </LI>
<LI>The package including Python interface <LI>The package including Python interface
@ -80,11 +79,8 @@ conda config --add channels sls_detector
#Install latest version #Install latest version
conda install sls_detector conda install sls_detector
#Install specific release (GLIBC2.14) #Install specific release
conda install sls_detector=4.0.0 conda install sls_detector=4.0.0
#Scientific Linux 6 version (GLIBC2.12)
conda install sls_detector=SL6_4.0.0
</PRE> </PRE>
</LI> </LI>
</UL> </UL>

View File

@ -1,4 +1,4 @@
This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013) (format=latex 2018.8.23) 23 AUG 2018 15:43 This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013) (format=latex 2018.8.23) 23 AUG 2018 16:49
entering extended mode entering extended mode
restricted \write18 enabled. restricted \write18 enabled.
%&-line parsing enabled. %&-line parsing enabled.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

View File

@ -115,13 +115,13 @@ conda config --add channels conda-forge
conda config --add channels slsdetectorgroup conda config --add channels slsdetectorgroup
#Install latest version #Install latest version
conda install sls_detector_software conda install sls_detector_lib
conda install sls_detector_gui
#Install specific release (GLIBC2.14) #Install specific release
conda install sls_detector_software=4.0.0 conda install sls_detector_lib=4.0.0
conda install sls_detector_gui=4.0.0
#Scientific Linux 6 version (GLIBC2.12)
conda install sls_detector_software=SL6_4.0.0
\end{verbatim} \end{verbatim}
\item The package including Python interface \item The package including Python interface
\begin{verbatim} \begin{verbatim}
@ -132,11 +132,9 @@ conda config --add channels sls_detector
#Install latest version #Install latest version
conda install sls_detector conda install sls_detector
#Install specific release (GLIBC2.14) #Install specific release
conda install sls_detector=4.0.0 conda install sls_detector=4.0.0
#Scientific Linux 6 version (GLIBC2.12)
conda install sls_detector=SL6_4.0.0
\end{verbatim} \end{verbatim}
\end{itemize} \end{itemize}