From 7a3be9c9552cab150671f26dc7d6b610f751d4af Mon Sep 17 00:00:00 2001 From: Kevin Johnson Date: Tue, 7 Jun 2022 13:37:48 -0700 Subject: [PATCH] Update feature request --- .github/ISSUE_TEMPLATE/feature_request.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 7933e03..4978eaf 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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