Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp authored Dec 2, 2020
1 parent 31febb5 commit 3c8e110
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,13 @@ On Linux systems, this can be setup as follows:
$ pip install selenium
$ apt-get install chromium-chromedriver
```
Using conda, the required packages can be installed as follows (a compatible version of
[Google Chrome](https://www.google.com/chrome/) must be installed separately):
Using conda, the required packages can be installed as follows:
```bash
$ conda install -c python-chromedriver-binary
```
The conda approach additionally requires separate installation of a compatible version of
[Google Chrome](https://www.google.com/chrome/), which cannot be done via conda.

Selenium supports [other browsers](https://selenium-python.readthedocs.io/installation.html) as well,
but altair-saver is currently only tested with Chrome.

Expand Down

0 comments on commit 3c8e110

Please sign in to comment.