@@ -26,60 +26,6 @@ Thank you for your interest in contributing to the Deepnote VS Code extension! T
2626 - [ EditorConfig for VS Code] ( https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig )
2727 - [ Python Extension for VS Code] ( https://marketplace.visualstudio.com/items?itemName=ms-python.python )
2828
29- <details >
30- <summary ><b >📦Or use these commands to install the prerequisites</b ></summary >
31-
32- #### macOS (with brew)
33-
34- ``` bash
35- # Install nvm (if not already installed)
36- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
37-
38- # Install and use Node.js from .nvmrc
39- nvm install
40- nvm use
41-
42- # Install Python (using Homebrew)
43- brew install python3
44-
45- # Install VS Code (using Homebrew)
46- brew install --cask visual-studio-code
47-
48- # Install VS Code extensions
49- code --install-extension dbaeumer.vscode-eslint
50- code --install-extension esbenp.prettier-vscode
51- code --install-extension EditorConfig.EditorConfig
52- code --install-extension ms-python.python
53- ```
54-
55- #### macOS/Linux
56-
57- ``` bash
58- # Install nvm (if not already installed)
59- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
60-
61- # Install Node.js
62- nvm install
63- nvm use
64-
65- # Install Python (Ubuntu/Debian)
66- sudo apt update && sudo apt install python3 python3-pip python3-venv
67-
68- # Install Python (Fedora)
69- sudo dnf install python3 python3-pip
70-
71- # Install VS Code (Ubuntu/Debian)
72- sudo snap install code --classic
73-
74- # Install VS Code extensions
75- code --install-extension dbaeumer.vscode-eslint
76- code --install-extension esbenp.prettier-vscode
77- code --install-extension EditorConfig.EditorConfig
78- code --install-extension ms-python.python
79- ```
80-
81- </details >
82-
8329### Setup
8430
8531``` shell
0 commit comments