Skip to content

Commit f00424d

Browse files
docs: Mention deps for building Python (#98)
1 parent 1550fea commit f00424d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/pyright-scip/CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
# Install appropriate Node and Python versions based on .tool-versions
1919
asdf install
2020
````
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+
```
2130
3. Install dependencies:
2231
```bash
2332
# From the root of the repo

0 commit comments

Comments
 (0)