-
I'm new to pyteomics and just installed with pip, however when I try to do a standard import like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I think this is how packages are supposed to work, in general. from pyteomics import parser
parser.parse('PEPTIDE') |
Beta Was this translation helpful? Give feedback.
- 8000
I think this is how packages are supposed to work, in general.
You can import each function or each module, e.g.: