From 3ccb83d87d095eae8da603d04a5e783e0d120820 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Thu, 1 Feb 2024 20:01:48 +0100 Subject: [PATCH] Mention multi env in readme --- README.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index b9ed7ed..200322d 100644 --- a/README.md +++ b/README.md @@ -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: