Installation
To use JDMA, first you must install the client software. This guide will show you how to install it into a Python virtual-environment (virtualenv) in your user space or home directory.
log into the machine where you wish to install the JDMA client into your user space or home directory.
create a virtual environment in your user space or home directory:
virtualenv ~/jdma_venv
(or with python 3:
python3 -m venv ~/jdma_venv
)
activate the virtual environment:
source ~/jdma_venv/bin/activate
install the JDMA client into the virtualenv using pip and the cloned repository:
pip install git+https://github.com/cedadev/jdma_client
Note
Activate the virtual environment as above:
source ~/jdma_venv/bin/activate
Install the upgraded JDMA client:
pip install --upgrade git+https://github.com/cedadev/jdma_client
Check the version of the JDMA client:
pip list | grep jdma-client
The correct version is
1.0.1