Skip to content

Commit

Permalink
Mention multi env in readme (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored Feb 1, 2024
1 parent a8e1b36 commit 82d08d6
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,25 +118,14 @@ You can install the package in development mode using the new conda package mana
cd slim-trees

❯ pixi install
❯ pixi run pre-commit install
❯ pixi run pip install --no-deps --disable-pip-version-check --no-build-isolation -e .
❯ pixi run python
>>> import slim_trees
❯ pixi run --environment py312 postinstall
❯ pixi run --environment py312 test
[...]
❯ pixi run test
❯ pixi run --environment py312 python
>>> import slim_trees
[...]
```

Alternatively, you can use `micromamba` (or `mamba` or `conda`):

```bash
❯ micromamba create -f environment.yml
❯ micromamba activate slim_trees

❯ pre-commit install
❯ pip install --no-build-isolation -e .
```

## Benchmark

As a general overview on what you can expect in terms of savings:
Expand Down

0 comments on commit 82d08d6

Please sign in to comment.