mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-11 22:44:24 +00:00
Improved local shell snippet rendering
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user