mirror of
https://github.com/fergalmoran/settings-webstorm.git
synced 2026-02-03 16:55:03 +00:00
4 lines
73 B
Bash
4 lines
73 B
Bash
function pips() {
|
|
echo $'\n'$1 >> requirements.txt; pip install $1
|
|
}
|