From d5c0f56a17c7f0a092db76d8d3cd11488df081cd Mon Sep 17 00:00:00 2001 From: Caryn Tran Date: Mon, 24 Jun 2024 00:54:32 -0700 Subject: [PATCH] Update CONTRIBUTING.md (#70) --- CONTRIBUTING.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6594a2a..2e31926 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,11 +53,8 @@ Installing via `mise` will allow for the flexibilty to change `pdm` versions depending on the project. ```sh - mise plugin install pdm - pip install virtualenv # might be necessary - mise install pdm 2.15.4 - mise global pdm 2.15.4 - ``` + mise use --global pdm@2.15.4 + ``` 2. For macOS, **with brew**: ```sh