mirror of
https://github.com/fergalmoran/settings-webstorm.git
synced 2025-12-22 09:47:41 +00:00
4 lines
73 B
Bash
4 lines
73 B
Bash
function pips() {
|
|
echo $'\n'$1 >> requirements.txt; pip install $1
|
|
}
|