Update 00-OVERVIEW.md
This commit is contained in:
parent
7d81b29646
commit
f1c258f8bc
|
|
@ -61,7 +61,7 @@ cd PROJECTS/advanced/api-rate-limiter
|
||||||
pip install -e . --break-system-packages
|
pip install -e . --break-system-packages
|
||||||
|
|
||||||
# Optional: Start Redis for production-like testing
|
# Optional: Start Redis for production-like testing
|
||||||
docker-compose -f examples/docker-compose.yml up -d
|
docker compose -f examples/docker-compose.yml up -d
|
||||||
|
|
||||||
# Run the example app
|
# Run the example app
|
||||||
python examples/app.py
|
python examples/app.py
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue