From b92e45c0b8f035ac76292f8f130be32ec49b2ef4 Mon Sep 17 00:00:00 2001 From: Kevin Johnson Date: Tue, 16 Nov 2021 13:57:10 -0800 Subject: [PATCH] Update bug_report TA Lib installed? --- .github/ISSUE_TEMPLATE/bug_report.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3d69cb4..033731b 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