Skip to content

Commit

Permalink
update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Jun 4, 2024
1 parent 0e0e8d8 commit 7b651fc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b651fc

Please sign in to comment.