Skip to content

Commit

Permalink
Update README.md install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
henrynvn09 authored Nov 27, 2024
1 parent d76cdca commit 5e68de7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
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
```

0 comments on commit 5e68de7

Please sign in to comment.