Installing#
You will need python 3.1 or later.
On a Diamond Light Source internal computer, you can achieve Python 3.1 by:
$ module load python/3.1
You can check your version of python by typing into a terminal:
$ python3 --version
It is recommended that you install into a virtual environment so this installation will not interfere with any existing Python software:
$ python3 -m venv /scratch/$USER/myvenv
$ source /scratch/$USER/myvenv/bin/activate
$ pip install --upgrade pip
You can now use pip
to install the library and its dependencies:
$ python3 -m pip install soakdb3
If you require a feature that is not currently released you can also install from git:
$ python3 -m pip install git+https://github.com/DiamondLightSource/soakdb3.git
The library should now be installed and the commandline should be available. You can check the version that has been installed by typing:
$ soakdb3 --version
$ soakdb3 --version-json