Browse Source

fix pip: command not found

pull/3/head
zer0-1s 2 years ago
parent
commit
932e96ffa0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      install.sh

+ 1
- 0
install.sh View File

@@ -1,4 +1,5 @@
#!/bin/bash

sudo apt install bpftrace
sudo apt-get install python3-pip
pip install -r requirements.txt

Loading…
Cancel
Save