Conda
The doocspie library is available as a conda package and can be found in the doocsconda channel with its
repository https://hasfcpkg.desy.de/doocsconda. Adding this channel to the .condarc
file manually or by using
conda with conda config --add channels https://hasfcpkg.desy.de/doocsconda
allows installation of doocspie
simply via conda install doocspie
. If the .condarc
file must remain untouched, doocspie can also be installed
by passing the doocsconda channel directly as an option to the installation command:
conda install doocspie -c https://hasfcpkg.desy.de/doocsconda
.
Manual Configuration
Modify the .condarc
file in your home directory, and have the doocsconda channel included like:
channels:
- https://hasfcpkg.desy.de/doocsconda
- conda-forge
Automatic Configuration
Add the doocsconda channel automatically by using conda with the following command:
$ conda config --add channels https://hasfcpkg.desy.de/doocsconda
Installation
Once conda has been configured with the doocsconda channel, doocspie can simply be installed via:
$ conda install doocspie
If the .condarc
file must remain untouched, the doocspie library can also be installed by passing the doocsconda
channel directly as an option to the installation command as is shown here:
$ conda install doocspie -c https://hasfcpkg.desy.de/doocsconda