# HG changeset patch # User Brendan Rius # Date 1465378442 -3600 # Node ID 778218c42d18e0b8c10b79bebef6af43fb9ff7da # Parent bc0fec23eedb2712ff7a3844b8d1c9bcfcd84d12 Make step-by-step installation less error prone The pip install is now made before we clone (so we always install from PyPi) and the Git clone is made via HTTPS not SSH in case you do not have your SSH key on your GH account diff -r bc0fec23eedb -r 778218c42d18 README.md --- a/README.md Mon Jun 06 15:52:40 2016 +0100 +++ b/README.md Wed Jun 08 10:34:02 2016 +0100 @@ -15,8 +15,8 @@ * pip ### Step-by-step: - * `git clone git@github.com:brendan-rius/jupyter-c-kernel.git` * `pip install jupyter-c-kernel` + * `git clone https://github.com/brendan-rius/jupyter-c-kernel.git` * `cd jupyter-c-kernel` * `jupyter-kernelspec install c_spec/` * `jupyter-notebook`. Enjoy!