8000
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 1550fea commit f00424dCopy full SHA for f00424d
packages/pyright-scip/CONTRIBUTING.md
@@ -18,6 +18,15 @@
18
# Install appropriate Node and Python versions based on .tool-versions
19
asdf install
20
````
21
+ You may need to restart your shell for the changes to take effect.
22
+
23
+ NOTE: On Linux, ASDF may try to install Python from source instead of
24
+ using prebuilt binaries. In that case, you need to install a bunch of
25
+ other dependencies first:
26
+ ```bash
27
+ sudo apt update
28
+ sudo apt install -y build-essential zlib1g-dev libssl-dev libbz2-dev libsqlite3-dev libncurses-dev libffi-dev readline-common libreadline-dev liblzma-dev
29
+ ```
30
3. Install dependencies:
31
```bash
32
# From the root of the repo
0 commit comments