updating versions

This commit is contained in:
2018-02-27 12:52:48 +01:00
parent 61e7c0148f
commit 675d69392a
5 changed files with 7 additions and 7 deletions

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

View File

@ -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}