mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
updating versions
This commit is contained in:
@ -4,7 +4,7 @@ Documentation to obtain the binaries via the conda package is available [here.](
|
|||||||
### 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.
|
||||||
```
|
```
|
||||||
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
|
#### Setup dependencies
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Binary file not shown.
Binary file not shown.
@ -102,10 +102,10 @@ conda config --add channels slsdetectorgroup
|
|||||||
conda install sls_detector_software
|
conda install sls_detector_software
|
||||||
|
|
||||||
#Install specific release (GLIBC2.14)
|
#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)
|
#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}
|
\end{verbatim}
|
||||||
\item The package including Python interface
|
\item The package including Python interface
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
@ -117,10 +117,10 @@ conda config --add channels sls_detector
|
|||||||
conda install sls_detector
|
conda install sls_detector
|
||||||
|
|
||||||
#Install specific release (GLIBC2.14)
|
#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)
|
#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{verbatim}
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
@ -137,13 +137,13 @@ acquisition system, or if one wants to download the source code and compile.
|
|||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
#Clone source code with specific release
|
#Clone source code with specific release
|
||||||
git clone https://github.com/slsdetectorgroup/slsDetectorPackage.git --branch
|
git clone https://github.com/slsdetectorgroup/slsDetectorPackage.git --branch
|
||||||
3.0.1
|
3.1.0
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
\item The package including Python interface
|
\item The package including Python interface
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
#Clone source code with specific release
|
#Clone source code with specific release
|
||||||
git clone https://github.com/slsdetectorgroup/sls_detector.git --branch
|
git clone https://github.com/slsdetectorgroup/sls_detector.git --branch
|
||||||
3.0.1
|
3.1.0
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user