doc: Update npm docs for debian sid

There is no python package anymore, you have to explicitly
pick which version of python to install and we need to inform
npm of the executable name.
This commit is contained in:
Anmol Sethi 2020-08-26 13:54:42 -04:00
parent bf09c294cc
commit 6cc91869d3
No known key found for this signature in database
GPG Key ID: 8CEF1878FF10ADEB

View File

@ -21,7 +21,9 @@ sudo apt-get install -y \
pkg-config \
libx11-dev \
libxkbfile-dev \
libsecret-1-dev
libsecret-1-dev \
python3
npm config set python python3
```
## Fedora, CentOS, RHEL