Closed fraserprice closed 4 years ago
It's not clear that this is the library used for websockets (i.e. error thrown after import websocket). This should be mentioned in docs, setup.py or a requirements.txt file to avoid future confusion.
import websocket
setup.py
requirements.txt
Otherwise very useful, thanks!
Edit: This is also the case for mplfinance.
mplfinance
Updated Readme + added to setup.cfg
setup.cfg
It's not clear that this is the library used for websockets (i.e. error thrown after
import websocket
). This should be mentioned in docs,setup.py
or arequirements.txt
file to avoid future confusion.Otherwise very useful, thanks!
Edit: This is also the case for
mplfinance
.