Plotting extension for PyMassSpec.
| Docs | |
|---|---|
| Tests | |
| PyPI | |
| Anaconda | |
| Activity | |
| QA | |
| Other |
PyMassSpec-Plot can be installed from PyPI or Anaconda.
To install with pip:
$ python -m pip install PyMassSpec-PlotTo install with conda:
- First add the required channels
$ conda config --add channels https://conda.anaconda.org/bioconda $ conda config --add channels https://conda.anaconda.org/conda-forge $ conda config --add channels https://conda.anaconda.org/domdfcoding
- Then install
$ conda install PyMassSpec-Plot