From 95eb7037c4cf7185649bbdeafe46425cb85f9c83 Mon Sep 17 00:00:00 2001 From: adrinr Date: Fri, 3 Feb 2023 11:21:15 +0000 Subject: [PATCH] Update docs --- docs/CONTRIBUTING.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 46a46af95d..6e667d23a8 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -112,8 +112,13 @@ You can install them following any of the steps described below: ### Using NVM and pyenv -- NVM: https://github.com/nvm-sh/nvm#installing-and-updating -- Pyenv: https://github.com/pyenv/pyenv#installation +- NVM: + - Install: https://github.com/nvm-sh/nvm#installing-and-updating + - Setup: `nvm use` +- Pyenv: + + - Install: https://github.com/pyenv/pyenv#installation + - Setup: `pyenv install -v 3.7.2` - _yarn -_ `npm install -g yarn`