Cannot find reference 'websocket' in '__init__.py'
EliasObreque opened this issue · 1 comments
EliasObreque commented
Hi,
The command "pip install cryptomkt" not install the file WebSocket as it is shown in the repository
Insmael commented
Hi Elias,
The module name for the sdk is cryptomarket. There is another module with the name cryptomkt, but that module is obsolete.
The installation should be pip install cryptomarket
.