3 lines
61 B
Bash
3 lines
61 B
Bash
|
#!/bin/sh
|
||
|
pip install 'setuptools<8.0' 'pip<6'
|
||
|
pip install $@
|