Utilities for handing ancillary files produced by MassHunter.
| Docs | |
|---|---|
| Tests | |
| PyPI | |
| Anaconda | |
| Activity | |
| QA | |
| Other |
mh_utils can be installed from PyPI or Anaconda.
To install with pip:
$ python -m pip install mh_utilsTo install with conda:
- First add the required channels
$ conda config --add channels https://conda.anaconda.org/conda-forge $ conda config --add channels https://conda.anaconda.org/domdfcoding
- Then install
$ conda install mh_utils