RepoOpenBMB (MiniCPM)OpenBMB (MiniCPM)published Oct 30, 2023seen 5d

OpenBMB/XAgent-doc

Open original ↗

Captured source

source ↗
published Oct 30, 2023seen 5dcaptured 9hhttp 200method plain

OpenBMB/XAgent-doc

Description: Document for XAgent.

License: Apache-2.0

Stars: 21

Forks: 8

Open issues: 0

Created: 2023-10-30T12:25:49Z

Pushed: 2023-11-30T14:30:10Z

Default branch: main

Fork: no

Archived: no

README:

This is doc of XAgent website.

> Develop in win11 by Arno

1. Create virtual environment

python -m venv .venv

2. Activate virtual environment

| Platform | Shell | Command to activate virtual environment | |----------|------------|---------------------------------------------------| | POSIX | bash/zsh | source .venv/bin/activate | | | fish | source .venv/bin/activate.fish | | | csh/tcsh | source .venv/bin/activate.csh | | | PowerShell | .venv/bin/Activate.ps1 | | Windows | cmd.exe | .venv\Scripts\activate.bat | | | PowerShell | .venv\\Scripts\Activate.ps1 |

3. Install poetry and use it to install dependencies

pip install poetry
poetry install

4. Build html

.\docs\make html