From 7b651fc7349dcce4a81f193750197dfb40c47599 Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Tue, 4 Jun 2024 10:17:06 +0200 Subject: [PATCH] update install instructions --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a03574..430c334 100644 --- a/README.md +++ b/README.md @@ -19,19 +19,20 @@ For now, I give a summary of the modules which are somewhat stable already: ## Setup dev environment +### Using `uv` Install the `pyproject.toml` in editable mode, tested with [uv](https://github.com/astral-sh/uv): ```bash -uv venv # <- if not using anaconda +uv venv uv pip install -e ".[dev,testing]" ``` -TODO conda install: +### Using `conda` ```bash conda create -n exp-2024-05-depiction python=3.12 conda activate exp-2024-05-depiction -pip install --system -e ".[dev,testing]" # rerun if this fails +pip install -e ".[dev,testing]" ``` ## Geometry Conventions