Package for fast, simple and modular evaluation of atom images.
Create a virtual environment:
python -m venv .venvTo activate the virtual environment:
source .venv/bin/activateInstall the dependencies (if not done already):
pip install git+https://github.com/rydyb/pydatatom.gitSee the notebooks directory for usage examples.
Clone the repository:
git clone https://github.com/rydyb/pydatatom.gitRepeat the steps to setup and activate a virtual environment and install the jupyterlab dependencies referring to the local repository:
pip install -e . --group jupyterlab