asdf-community / asdf-python

Python plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
643 stars 55 forks source link

Expand the build documentation #165

Open AlpinDale opened 11 months ago

AlpinDale commented 11 months ago

Moving the issue from here.

The current build instructions don't specify the system package requirements for building python with asdf on a fresh OS. Might be worth adding these, or bake it into the install script that would prompt the user with the install commands so they won't be left confused after a failed installation. Here are the five packages that are required to build python:

sudo apt-get install libffi-dev libreadline-dev libssl-dev
sudo apt-get install libsqlite3-dev liblzma-dev  # optional
Denizzje commented 11 months ago

Thank you, I swear this used to be documented before on this page? Did somebody remove it...