How to Install Browserist#
Prerequisites#
In order to run Browserist successfully, you need to have the following installed:
Info
Default browser driver is Chrome, except for Windows where Edge is the default browser.
Optional browsers: Firefox, Safari, Internet Explorer.
Using Package Managers#
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:
Keep the package up to date with this command:
Homebrew#
If you already have installed the Homebrew package manager for Mac and Linux, execute this terminal command to tap and install Browserist:
Use the same commands to keep the package up to date with Homebrew.