Browse Source

Merge pull request #3 from zer0-1s/main

fix pip: command not found
main
云微 GitHub 2 years ago
parent
commit
d23d30519b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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