Add python to ubuntu build instructions
I had to install python in order for `npm install` to succeed
This commit is contained in:
parent
c5aca79476
commit
d608b7de75
|
@ -31,7 +31,7 @@ yay -S pagraphcontrol-git
|
||||||
### Ubuntu (manual build)
|
### Ubuntu (manual build)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt install npm
|
sudo apt install npm python
|
||||||
sudo npm install -g yarn
|
sudo npm install -g yarn
|
||||||
|
|
||||||
git clone https://github.com/futpib/pagraphcontrol.git
|
git clone https://github.com/futpib/pagraphcontrol.git
|
||||||
|
|
Loading…
Reference in New Issue
Block a user