mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Fix install instructions (#104)
This commit is contained in:
@@ -48,7 +48,7 @@ html_static_path = []
|
||||
html_theme_options = {
|
||||
"source_repository": "https://github.com/microsoft/agnext",
|
||||
"source_branch": "main",
|
||||
"source_directory": "docs/src/",
|
||||
"source_directory": "python/docs/src/",
|
||||
}
|
||||
|
||||
autodoc_default_options = {
|
||||
|
||||
@@ -8,7 +8,7 @@ To install the package from GitHub, you will need to authenticate with GitHub.
|
||||
|
||||
```sh
|
||||
GITHUB_TOKEN=$(gh auth token)
|
||||
pip install git+https://oauth2:$GITHUB_TOKEN@github.com/microsoft/agnext.git
|
||||
pip install "git+https://oauth2:$GITHUB_TOKEN@github.com/microsoft/agnext.git#subdirectory=python"
|
||||
```
|
||||
|
||||
### Using a Personal Access Token instead of `gh` CLI
|
||||
|
||||
Reference in New Issue
Block a user