korniichuk / rk

The remote Jupyter kernel/kernels administration utility
http://www.korniichuk.com
The Unlicense
54 stars 18 forks source link

Fix pip install problems resulting from non-ASCII in README.rst. #11

Open bskaggs opened 8 years ago

bskaggs commented 8 years ago

I wasn't able to pip install rk because it was failing on reading README.rst when installing. The problem stems from a few non-ASCII punctuation characters in the file. This pull requests replaces them with their ASCII equivalent characters.