In this chapter, we will discuss the environment setup for Seaborn. Let us begin with the installation and understand how to get started as we move ahead.
In this section, we will understand the steps involved in the installation of Seaborn.
To install the latest release of Seaborn, you can use pip −
pip install seaborn
Anaconda (from https://www.anaconda.com/ is a free Python distribution for SciPy stack. It is also available for Linux and Mac.
It is also possible to install the released version using conda −
conda install seaborn
https://github.com/mwaskom/seaborn"
Consider the following dependencies of Seaborn −