From a80f69b751fa60c8f3532cf96b01c0c11619cb82 Mon Sep 17 00:00:00 2001 From: Aditya Goel Date: Mon, 10 Jun 2024 22:26:22 +0100 Subject: [PATCH] update readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 989ae01..c71ced3 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,8 @@ cd ndonnx git submodule update --init --recursive # Set up development environment -pixi shell -pre-commit install -pip install -e . +pixi run pre-commit-install +pip install --no-build-isolation --no-deps -e . pytest tests -n auto ```