Update seaborn-intro.md

pull/766/head
Rishi Goswami 2024-05-31 18:15:06 +05:30 zatwierdzone przez GitHub
rodzic b81223f8e8
commit 32fcb9484e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -2,3 +2,10 @@ Seaborn is a Python data visualization library based on Matplotlib. It provides
## Seaborn Installation
Before installing Matplotlib, ensure you have Python installed on your system. You can download and install Python from the [official Python website](https://www.python.org/).
Below are the steps to install and setup seaborn
1. **Install Seaborn**: Open your terminal or command prompt and run the following command to install Seaborn using `pip`:
```bash
pip install seaborn
```