SOBotics / Botpy

A python framework for creating chatbots on the StackExchange network.
Other
5 stars 1 forks source link

Edit the readme since CE now needs to be installed from source again #17

Closed double-fault closed 5 years ago

double-fault commented 5 years ago

CE's latest version is now not on PyPi, and it need to be installed from source. Reflect this in the docs/readme.

tripleee commented 5 years ago

The code should work fine with the currently published version if you don't attempt to exercise the strictly optional send_aggressively feature. This should probably be documented per se; though hopefully, we could probably just wait for upstream to publish a new release and then simply document the version requirement by way of a versioned dependency in requirements.txt / setup.py

tripleee commented 5 years ago

Updated as part of #27