Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fasteddys/32007af6978bb3bd7fb72831da464a59 to your computer and use it in GitHub Desktop.
Save fasteddys/32007af6978bb3bd7fb72831da464a59 to your computer and use it in GitHub Desktop.
Devika Installation
git clone https://github.com/stitionai/devika.git
conda create -n devika python=3.10
conda activate devika
which python
/usr/local/anaconda3/envs/devika/bin/python -m pip install -r requirements.txt
playwright install --with-deps
npm install
bun run dev
open new terminal
conda activate devika
rename sample.config.toml
fill out config.toml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment