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