add alias to install python dependencies
This commit is contained in:
parent
33b27e3c1f
commit
95e5342adb
1 changed files with 1 additions and 0 deletions
|
@ -58,3 +58,4 @@ else:
|
|||
exit(subprocess.getstatusoutput(f'git remote set-url {remote} {new_url}')[0])\""
|
||||
|
||||
alias venv="if ! test -d ./.venv/; python3 -m venv .venv; end; source ./.venv/bin/activate.fish"
|
||||
alias py-dep="pip install -r requirements.txt"
|
||||
|
|
Loading…
Add table
Reference in a new issue