Fix install instructions (#104)

This commit is contained in:
Jack Gerrits
2024-06-21 15:46:19 -04:00
committed by GitHub
parent ef12ca4b4e
commit 1d6dbc409b
2 changed files with 2 additions and 2 deletions

View File

@@ -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 = {

View File

@@ -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