Installation¶
The easiest way to install IDV_teleport is:
pip install idv_teleport
To update an existing installation use:
pip install --upgrade idv_teleport
IDV_teleport is currently untested in Windows based operating systems.
Requirements¶
IDV software is needed. To let the utility know the installation of IDV in the current environment, environment variable IDV_HOME needs to be set to IDV installation directory.
For instance in
BASH environment:
export IDV_HOME=/path/to/IDV_5.4u1
CSH environment:
setenv IDV_HOME /path/to/IDV_5.4u1
for MacOS users the path is typically in /Applications/IDV_5.4u1
IDV_teleport can run in headless mode. To enable headless mode a virtual X server utility Xvfb is needed.