Python utility classes for accessing Enzyme Commission classification data
Download the library source software from the project repository:
git clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_ec.git
Optionally, run test suite (Python versions 2.7, and 3.9) using setuptools or tox:
python setup.py test
or simply run
tox
Installation is via the program pip.
pip install rcsb.utils.ec
or for the local repository:
pip install .