Skip to content

changed Grab documentation urls (grablib.org not working anymore) #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ UTC date / time to the directory `/tmp`, e.g. `/tmp/2016-03-11--15-19-04-UTC_exa
## Requirements

- A [Python 3.4+](https://www.python.org/) installation on your system
- [Grab - python web-scraping framework](http://grablib.org/): Install via `pip install -U Grab` or see
the [installation instructions](http://docs.grablib.org/en/latest/usage/installation.html) if you run into problems.
- [Grab - python web-scraping framework](https://github.com/lorien/grab): Install via `pip install -U Grab` or see
the [installation instructions](https://grab.readthedocs.io/en/latest/usage/installation.html) if you run into problems.

__Note for Windows users__: while it is possible to install the requirements natively, it is often easier to use the
[Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) if you are using Windows 10
Expand Down