Installation ============ We recommend `uv venv` to create an isolated environment and `uv pip` to install. To install: .. code-block:: bash uv pip install git+https://github.com/giorginolab/MDIntrinsicDimension.git or: .. code-block:: bash git clone https://github.com/giorginolab/MDIntrinsicDimension.git uv sync Environment Activation ---------------------- The environment may be activated with :mark:`source .venv/bin/activate` or implicitly by :mark:`uv run python`.