diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2018-11-25 10:00:00 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2018-11-25 10:00:00 +0100 |
commit | f3037ca3f1ed235b3acb5edfc61cfac296b71903 (patch) | |
tree | 973f1da782a7d98e28112cbc429dc258cc29a596 | |
parent | 2be982d477c5ffdeafea95ba14569a05da59cb0d (diff) | |
download | crocoite-f3037ca3f1ed235b3acb5edfc61cfac296b71903.tar.gz crocoite-f3037ca3f1ed235b3acb5edfc61cfac296b71903.tar.bz2 crocoite-f3037ca3f1ed235b3acb5edfc61cfac296b71903.zip |
README: Google Chrome is a dependency
Obviously.
-rw-r--r-- | README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,12 +22,14 @@ The following dependencies must be present to run crocoite: - warcio_ - html5lib_ - bottom_ (IRC client) +- `Google Chrome`_ .. _aiohttp: https://aiohttp.readthedocs.io/ .. _websockets: https://websockets.readthedocs.io/ .. _warcio: https://github.com/webrecorder/warcio .. _html5lib: https://github.com/html5lib/html5lib-python .. _bottom: https://github.com/numberoverzero/bottom +.. _Google Chrome: https://www.google.com/chrome/ It is recommended to prepare a virtualenv and let pip handle the dependency resolution for Python packages instead: |