Skip to content

Commit

Permalink
change !pip to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
vishvanathan-k committed Jul 7, 2021
1 parent b8d2284 commit c6e484b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 5-Clustering/1-Visualize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Clustering as a technique is greatly aided by proper visualization, so let's get
1. Import the `Seaborn` package for good data visualization.

```python
pip install seaborn
!pip install seaborn
```

1. Append the song data from _nigerian-songs.csv_. Load up a dataframe with some data about the songs. Get ready to explore this data by importing the libraries and dumping out the data:
Expand Down

0 comments on commit c6e484b

Please sign in to comment.