Installation
The EMDB client can be installed from PyPI or from the source code. The recommended way is to install it from PyPI, which will automatically handle dependencies.
From PyPI:
pip install emdb
From source:
git clone https://github.com/emdb-empiar/emdb-client
cd emdb-client
pip install -e .