Forked from mberman84/gist:5ebdd660dce3b5474515ee91a82f4746
Created
April 5, 2024 05:03
-
-
Save fasteddys/32007af6978bb3bd7fb72831da464a59 to your computer and use it in GitHub Desktop.
Devika Installation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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