Update feature request

This commit is contained in:
Kevin Johnson
2022-06-07 13:37:48 -07:00
committed by GitHub
parent 720bbcf019
commit 7a3be9c955
+6 -2
View File
@@ -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