Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dabdoue authored Feb 28, 2023
1 parent 2e554d8 commit 7f4f3a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ Selenium structure is built with future-proofing in mind, with easy functions th

Requires pandas, selenium, chromedriver_autoinstaller

Run with `flask run`
To run, simply run `flask run`

To run so that all devices on the same network can access the application, run `flask run --host=0.0.0.0` - this will make the application accessible by going to the server's IP address, then the port of the application (by default 5000). (ex: http://10.192.XX.XXX:5000)

0 comments on commit 7f4f3a9

Please sign in to comment.