Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigosnader committed Oct 7, 2022
1 parent ac5a177 commit a25ed65
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Title -->
## ≋ Wavy: Time-Series Simplified
## ≋ Wavy: Time-Series Manipulation

<p>
<img alt="GitHub Contributors" src="https://img.shields.io/github/contributors/logspace-ai/wavy" />
Expand Down Expand Up @@ -30,14 +30,18 @@ Wavy is a time series package designed to simplify the pre-processing steps and
</div> -->

<!-- GETTING STARTED -->
## 🚀 Quickstart
## 📦 Installation

You can install Wavy from pip:

```bash
pip install wavyts
```


<!-- GETTING STARTED -->
## 🚀 Quickstart

```python
import numpy as np
import pandas as pd
Expand Down

0 comments on commit a25ed65

Please sign in to comment.