kotaemon-readme-5.sh
· 247 B · Bash
原始文件
# optional (setup env)
conda create -n kotaemon python=3.10
conda activate kotaemon
# clone this repo
git clone https://github.com/Cinnamon/kotaemon
cd kotaemon
pip install -e "libs/kotaemon[all]"
pip install -e "libs/ktem"
1 | # optional (setup env) |
2 | conda create -n kotaemon python=3.10 |
3 | conda activate kotaemon |
4 | |
5 | # clone this repo |
6 | git clone https://github.com/Cinnamon/kotaemon |
7 | cd kotaemon |
8 | |
9 | pip install -e "libs/kotaemon[all]" |
10 | pip install -e "libs/ktem" |