Skip to content

Commit

Permalink
docs:readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson authored Jul 31, 2024
1 parent d461c23 commit b30b6a0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ _Python version >= [3.10](https://www.python.org/downloads/release/python-3100/)

### Usage

#### Requests login

```python
from staffspy import scrape_staff, SolverType
from pathlib import Path
Expand Down Expand Up @@ -52,14 +50,9 @@ filename = "staff.csv"
staff.to_csv(filename, index=False)
```

### Two login methods




#### Browser login

If that fails or you rather use a browser, install the browser add-on to StaffSpy .
If you rather use a browser, install the browser add-on to StaffSpy .

```pip install staffspy[browser]```

Expand Down

0 comments on commit b30b6a0

Please sign in to comment.