Skip to content

Commit

Permalink
fix: update install_10.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu007 committed May 6, 2024
1 parent 7ecff68 commit 4c8eccc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions install_10.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

# This is for GuiAgentLoopCore

eval "$(pyenv init -)"
cd GuiAgentLoopCore
pip install -e .

0 comments on commit 4c8eccc

Please sign in to comment.