changeset 42:778218c42d18

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
author Brendan Rius <brendan.rius@gmail.com>
date Wed, 08 Jun 2016 10:34:02 +0100
parents bc0fec23eedb
children 4ccc6146fd7e
files README.md
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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!