santiment / sanpy

Santiment API Python Client
MIT License
94 stars 29 forks source link

Add warning outdated version #45

Closed tspenov closed 5 years ago

tspenov commented 5 years ago

warning like this:

>>> import san
/Users/tspenov/devel/sanpy/san/__init__.py:20: UserWarning: The package sanpy is out of date. Your version is 0.2.1, the latest is 0.3.1.
  warn(warning)
>>>
IvanIvanoff commented 5 years ago

@tspenov can we add some instruction how to upgrade it? I am not familiar with the python ecosystem and if pip is the only and standard way to upgrade packages.

IvanIvanoff commented 5 years ago

Also I think it is running the network calls in the CI, right?

tspenov commented 5 years ago

@IvanIvanoff I think pip is pretty much the standard way - there is easy_install and Anaconda I don't think they are used so much. Also added in the README

tspenov commented 5 years ago

@IvanIvanoff for sure it is used at least with running the tests