mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-06-12 01:23:27 +03:00
9 lines
333 B
Plaintext
9 lines
333 B
Plaintext
---
|
|
description: Run examples
|
|
globs:
|
|
alwaysApply: false
|
|
---
|
|
- When you run an example from the ``examples/`` folder, switch to the example folder and run it from there.
|
|
- If there are instructions on running the examples or its tests in readme, follow them
|
|
- Activate virtualenv before running any commands by ``. venv/bin/actvate``
|