> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ag2.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.coding.utils.silence_pip

<code class="doc-symbol doc-symbol-heading doc-symbol-function" />

#### silence\_pip

```python theme={null}
silence_pip(code: str, lang: str) -> str
```

Apply -qqq flag to pip install commands.

<b>Parameters:</b>

| Name   | Description   |
| ------ | ------------- |
| `code` | **Type:** str |
| `lang` | **Type:** str |

<br />
