Assist in assigning APS GUPs to PRP members
author: | Pete R. Jemian |
---|---|
email: | jemian@anl.gov |
copyright: | 2005-2017, UChicago Argonne, LLC |
license: | ANL OPEN SOURCE LICENSE (see LICENSE) |
docs: | http://assign_gup.readthedocs.io |
git: | https://github.com/prjemian/assign_gup.git |
PyPI: | https://pypi.python.org/pypi/assign_gup |
TODO list: | https://github.com/prjemian/assign_gup/issues |
Install Anaconda Python (https://anaconda.com/downloads)
Activate the conda
base
environment. (advice: https://docs.conda.io/projects/conda/en/latest/user-guide/getting-started.html)Create a custom conda environment:
conda create -n assign_gup \ python=2 lxml qt=4 pyqt pyRestTable \ -c defaults \ -c conda-forge \ -c aps-anl-tag
Activate the new environment:
conda activate assign_gup
Install:
pip install --no-deps Assign_GUP
Run:
Assign_GUP