Skip to content

Commit

Permalink
docs: Mention deps for building Python (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src authored Aug 23, 2023
1 parent 1550fea commit f00424d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/pyright-scip/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
# Install appropriate Node and Python versions based on .tool-versions
asdf install
````
You may need to restart your shell for the changes to take effect.

NOTE: On Linux, ASDF may try to install Python from source instead of
using prebuilt binaries. In that case, you need to install a bunch of
other dependencies first:
```bash
sudo apt update
sudo apt install -y build-essential zlib1g-dev libssl-dev libbz2-dev libsqlite3-dev libncurses-dev libffi-dev readline-common libreadline-dev liblzma-dev
```
3. Install dependencies:
```bash
# From the root of the repo
Expand Down

0 comments on commit f00424d

Please sign in to comment.