Add watchdog
This commit is contained in:
parent
329914e70b
commit
67cd160015
4 changed files with 49 additions and 3 deletions
|
|
@ -16,10 +16,10 @@ pkgs.mkShell {
|
|||
fi
|
||||
source $VENV_PATH/bin/activate
|
||||
pip install -r requirements.txt
|
||||
pip install watchdog
|
||||
|
||||
python parser/md.py
|
||||
python generate.py
|
||||
cd dist
|
||||
python -m http.server 8000
|
||||
python watch.py
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue