Skip to content

How to Install Browserist#

Prerequisites#

Info

Default browser driver is Chrome, except for Windows where Edge is the default browser. Optional browsers: Firefox, Safari, Internet Explorer.

Assuming that Python is installed already, you can install Browserist with either of the following package managers: PyPI or Homebrew.

PyPI#

For PyPI, execute this command in the terminal:

pip install browserist

Keep the package up to date with this command:

pip install --upgrade browserist

Homebrew#

If you already have installed the Homebrew package manager for Mac and Linux, execute this terminal command to tap and install Browserist:

brew tap jakob-bagterp/browserist
brew install browserist

Use the same commands to keep the package up to date with Homebrew.