#426 Update Command
This commit is contained in:
7
tools/ffx_update.sh
Normal file
7
tools/ffx_update.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
. ~/.local/share/ffx.venv/bin/activate
|
||||
pushd ~/.local/src/ffx/
|
||||
pip install --editable .
|
||||
popd
|
||||
deactivate
|
||||
Reference in New Issue
Block a user