ContentMine / quickscrape

A scraping command line tool for the modern web
MIT License
259 stars 43 forks source link

Removed documentation for --checkdeps #18

Closed noamross closed 10 years ago

noamross commented 10 years ago

This option was removed in bd287e0bfe30aa2bd7a18ad1ba01f7b4cb62f1a6. Updating README to reflect this.

Although I note an option to check dependencies would be useful for the wrapper.

blahah commented 10 years ago

Thanks. The dependencies are now managed entirely by NPM and don't need to be separately installed. But I agree there should be an option to check they're working properly - I discovered yesterday that old versions of Ubuntu require libfontconfig1 to be installed via apt-get for phantomjs to work, otherwise it fails silently.