Installation#

Requirements#

PyPhotoMol requires Python 3.7 or later and the following packages:

  • numpy

  • pandas

  • scipy

  • xlrd

  • openpyxl

Install from Source - Development#

Clone the repository and install in development mode (requires uv):

git clone https://github.com/osvalB/pychemelt.git
cd pychemelt
uv sync --extra dev

Verify Installation#

By running the tests:

uv run pytest

By creating the documentation:

uv run build_docs.py