bootcamp.py
Code
Branches
Tags
Commits
main
bootcamp.py
/
script
/
setup
Top
1
#!/bin/sh
2
3
pip install fastapi
4
pip install uvicorn[standard]