1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00

Update docs

This commit is contained in:
adrinr 2023-02-03 11:21:15 +00:00
parent a6307c5cec
commit 95eb7037c4

View file

@ -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`