Improved local shell snippet rendering

This commit is contained in:
Michele Cereda
2022-05-15 00:24:53 +02:00
parent ba75b52244
commit d057f2210d
135 changed files with 313 additions and 298 deletions

View File

@@ -59,14 +59,14 @@ if __name__ == "__main__":
serve(app, host="0.0.0.0", port=8080)
```
```shell
```sh
pip install flask waitress
python hello.py
```
## Maintenance
```shell
```sh
# generate a list of all outdated packages
pip list --outdated