use ensurepip to ensure pip
This commit is contained in:
parent
2e4395cd76
commit
407feec20e
1 changed files with 1 additions and 1 deletions
2
api/run
2
api/run
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
source bin/activate &&
|
||||
pip install --upgrade pip &&
|
||||
python -m ensurepip &&
|
||||
pip install --upgrade -r requirements.txt &&
|
||||
clear &&
|
||||
python main.py
|
||||
|
|
Loading…
Add table
Reference in a new issue