py-sherlock / sherlock

Easy distributed locks for Python with a choice of backends.
MIT License
374 stars 35 forks source link

README should direct users to use `make test` #38

Closed evictor closed 1 year ago

evictor commented 4 years ago

I'm willing to make the change and submit PR but I noticed it was very easy to successfully run test suite with PYTHON_VERSION=3 make test for example, yet the README suggests actually installing all the dependent services on one's host, which is a bit crazy considering Docker support, etc.

Is a PR welcome for this?