Skip to content

Commit

Permalink
Update bug_report
Browse files Browse the repository at this point in the history
TA Lib installed?
  • Loading branch information
twopirllc authored Nov 16, 2021
1 parent bc3b292 commit b92e45c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ 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 b92e45c

Please sign in to comment.