mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-26 23:10:23 -05:00
Fix formatting of notebook contributing.md (#1540)
This commit is contained in:
@@ -26,7 +26,8 @@ The following points are best practices for authoring notebooks to ensure consis
|
||||
|
||||
You don't need to explain in depth how to install AutoGen. Unless there are specific instructions for the notebook just use the following markdown snippet:
|
||||
|
||||
\:\:info Requirements
|
||||
````
|
||||
\:\:\:info Requirements
|
||||
|
||||
Install `pyautogen`:
|
||||
```bash
|
||||
@@ -36,6 +37,7 @@ pip install pyautogen
|
||||
For more information, please refer to the [installation guide](/docs/installation/).
|
||||
|
||||
\:\:\:
|
||||
````
|
||||
|
||||
When specifying the config list, to ensure consistency it is best to use approximately the following code:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user