Skip to content

Commit

Permalink
Update feature request
Browse files Browse the repository at this point in the history
  • Loading branch information
twopirllc authored Jun 7, 2022
1 parent 720bbcf commit 7a3be9c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ labels: enhancement
assignees: ''

---

**Which version are you running? The lastest version is Github. Pip is for major releases.**
**Which version are you running? The lastest version is on Github. Pip is for major releases.**
```python
import pandas_ta as ta
print(ta.version)
```

**Do you have _TA Lib_ also installed in your environment?**
```sh
$ pip list
```

**Upgrade.**
```sh
$ pip install -U git+https://github.com/twopirllc/pandas-ta
Expand Down

0 comments on commit 7a3be9c

Please sign in to comment.