forked from OSU-NLP-Group/SeeAct
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md install instructions
- Loading branch information
1 parent
d76cdca
commit 5e68de7
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
Clone repo | ||
pip pillow | ||
install playwright | ||
install miniconda | ||
|
||
```sh | ||
conda create -n seeact python=3.11 | ||
conda activate seeact | ||
pip install seeact | ||
pip install pillow playwright | ||
playwright install | ||
``` |