Closed gmmkmtgk closed 1 year ago
python3 -m pip install TA-Lib is a old way now every one has python3 so use python directly python -m pip install TA-Lib
Bad idea, on my new macbook python is not recognized , but python3 is
python
python3
It is true there are python2 remnants out there, but we do support python2 (or used to) and I think this isn't a bad idea.
python3 -m pip install TA-Lib is a old way now every one has python3 so use python directly python -m pip install TA-Lib