diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3d69cb45..033731b9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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