Last active 1729793846

knox revised this gist 1729793846. Go to revision

1 file changed, 10 insertions

kotaemon-readme-5.sh(file created)

@@ -0,0 +1,10 @@
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"
Newer Older