Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WillCaton2350 authored Jul 31, 2024
1 parent 3b2e8c5 commit 366ce50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ Usage
Clone the repository. Set up a virtual environment (env) with [Python3 -m venv env] command on Mac and Windows. Activate the virtual environment with [source env/bin/activate] Mac command / on Windows the command is [env\Scripts\activate] . Install dependencies (requirements.txt). Run the script (root.py).
If the requirements.txt file does not work, install dependencies individually with pip3 install [____name of dependency___].

Dependencies
Interpreter

Python 3.12
https://www.python.org/downloads/

Dependencies

seleniumbase==4.23.7

Expand Down

0 comments on commit 366ce50

Please sign in to comment.