diff --git a/README.md b/README.md index 008106623..71ef70ab2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Documentation to obtain the binaries via the conda package is available [here.]( ### Source code One can also obtain the source code from this repository and compile while realizing the setup dependencies as required. ``` -git clone https://github.com/slsdetectorgroup/slsDetectorPackage.git --branch 3.0.1 +git clone https://github.com/slsdetectorgroup/slsDetectorPackage.git --branch 3.1.0 ``` #### Setup dependencies diff --git a/manual/docs/html/slsDetectors-FAQ/img36.png b/manual/docs/html/slsDetectors-FAQ/img36.png index 97230c6d2..665aeb51e 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img36.png and b/manual/docs/html/slsDetectors-FAQ/img36.png differ diff --git a/manual/docs/pdf/slsDetectorInstall.pdf b/manual/docs/pdf/slsDetectorInstall.pdf index b1f58a332..dcc93055b 100644 Binary files a/manual/docs/pdf/slsDetectorInstall.pdf and b/manual/docs/pdf/slsDetectorInstall.pdf differ diff --git a/manual/docs/pdf/slsDetectors-FAQ.pdf b/manual/docs/pdf/slsDetectors-FAQ.pdf index 96e13c6d4..33c81e979 100644 Binary files a/manual/docs/pdf/slsDetectors-FAQ.pdf and b/manual/docs/pdf/slsDetectors-FAQ.pdf differ diff --git a/manual/manual-main/slsDetectorInstall.tex b/manual/manual-main/slsDetectorInstall.tex index c881da33f..b2fce9fa8 100644 --- a/manual/manual-main/slsDetectorInstall.tex +++ b/manual/manual-main/slsDetectorInstall.tex @@ -102,10 +102,10 @@ conda config --add channels slsdetectorgroup conda install sls_detector_software #Install specific release (GLIBC2.14) -conda install sls_detector_software=3.0.1 +conda install sls_detector_software=3.1.0 #Scientific Linux 6 version (GLIBC2.12) -conda install sls_detector_software=SL6_3.0.1 +conda install sls_detector_software=SL6_3.1.0 \end{verbatim} \item The package including Python interface \begin{verbatim} @@ -117,10 +117,10 @@ conda config --add channels sls_detector conda install sls_detector #Install specific release (GLIBC2.14) -conda install sls_detector=3.0.1 +conda install sls_detector=3.1.0 #Scientific Linux 6 version (GLIBC2.12) -conda install sls_detector=SL6_3.0.1 +conda install sls_detector=SL6_3.1.0 \end{verbatim} \end{itemize} @@ -137,13 +137,13 @@ acquisition system, or if one wants to download the source code and compile. \begin{verbatim} #Clone source code with specific release git clone https://github.com/slsdetectorgroup/slsDetectorPackage.git --branch -3.0.1 +3.1.0 \end{verbatim} \item The package including Python interface \begin{verbatim} #Clone source code with specific release git clone https://github.com/slsdetectorgroup/sls_detector.git --branch -3.0.1 +3.1.0 \end{verbatim} \end{itemize}