Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 469 Bytes

README.md

File metadata and controls

25 lines (24 loc) · 469 Bytes

servicemon

Support for monitoring services.

Setup

To create a development environment, either:

conda create -n servicemon_env python=3.6 astropy cython matplotlib requests notebook
conda activate servicemon_env
conda install -c astropy astroquery

or

conda env create -f servicemon_env.yml
conda activate servicemon_env

then

# do local (develop) install
pip install .

Testing

To run the tests:

python setup.py test