From 6e156a96852a106635f43bde39e727162431275f Mon Sep 17 00:00:00 2001 From: pakelley Date: Thu, 26 Oct 2023 21:34:51 -0700 Subject: [PATCH] update dev env instructions --- CONTRIBUTION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index e00341de..e9ddc056 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -66,7 +66,7 @@ Contributions that align with the items detailed in our roadmap, found in the ma ## Development Environment -Adala uses [PDM](https://pdm.fming.dev/latest) to manage dependencies. To create an environment, [install PDM](https://pdm.fming.dev/latest/#recommended-installation-method) and run `pdm install` from the root of the repository. To activate the environment, run `source .venv/bin/activate` from the root of the repo after creating the environment. +Adala uses [PDM](https://pdm.fming.dev/latest) to manage dependencies. To create an environment, [install PDM](https://pdm.fming.dev/latest/#recommended-installation-method) and run `pdm install --dev` from the root of the repository. To activate the environment, run `eval $(pdm venv activate)` from the root of the repo after creating the environment. ## Code of Conduct: While diverse contributions invigorate our project, it's paramount to sustain a harmonious and cooperative environment. Please adhere to our code of conduct.