We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ffa76b commit 3022ec5Copy full SHA for 3022ec5
CONTRIBUTING.md
@@ -30,9 +30,6 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
30
nvm install
31
nvm use
32
33
-# Update npm
34
-npm install -g $(cat .npmrc)
35
-
36
# Install Python (using Homebrew)
37
brew install python3
38
@@ -56,8 +53,6 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
56
53
57
54
58
55
59
60
61
62
# Install Python (Ubuntu/Debian)
63
sudo apt update && sudo apt install python3 python3-pip python3-venv
0 commit comments