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:
parent
bf09c294cc
commit
6cc91869d3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue