Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update README.md
  • Loading branch information
Tyler Hinrichs committed Feb 21, 2024
1 parent bdb7a3d commit 9b0a2b0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 15 additions & 1 deletion README.md
@@ -1,2 +1,16 @@
# tyler-hinrichs-ucsas-2024
Materials for UCSAS 2024
Important information about each notebook:

**static_soccer_data.ipynb**:
- We use 3 Python libraries, Requests, BeautifulSoup4, and Pandas, which can be installed with commands in the notebook

**dynamic_soccer_data.ipynb**:
- We use 3 Python libraries, Selenium, BeautifulSoup4, and Pandas, which can be installed with commands in the notebook
- We must use a ChromeDriver for full functionality
- The version must match your downloaded Chrome instance
- Chrome version <=114>: https://chromedriver.chromium.org/downloads
- Chrome version >114: https://googlechromelabs.github.io/chrome-for-testing/

### Slides:
- Have been created using rmarkdown
- Access through the .rmd file (need R to run) or through the html file
4 changes: 3 additions & 1 deletion dynamic_soccer_data.ipynb
Expand Up @@ -30,7 +30,9 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install selenium"
"%pip install selenium\n",
"%pip install beautifulsoup4\n",
"%pip install pandas"
]
},
{
Expand Down

0 comments on commit 9b0a2b0

Please sign in to comment.