Update installation.md (#884)
* Update installation.md I needed to run this additional command to install python3.9-specific distutils. Without this, installation of several poetry dependencies (idna, pyparsing, sniffio) failed with message: ModuleNotFoundError: No module named 'distutils.cmd' * Update installation.md
This commit is contained in:
parent
6aef9bfd45
commit
8956bdc954
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ cd lnbits-legend/
|
|||
sudo apt update
|
||||
sudo apt install software-properties-common
|
||||
sudo add-apt-repository ppa:deadsnakes/ppa
|
||||
sudo apt install python3.9
|
||||
sudo apt install python3.9 python3.9-distutils
|
||||
|
||||
curl -sSL https://install.python-poetry.org | python3 -
|
||||
export PATH="/home/ubuntu/.local/bin:$PATH" # or whatever is suggested in the poetry install notes printed to terminal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue