# HG changeset patch # User Brendan Rius # Date 1461034430 25200 # Node ID 81a24c69ed60efdcf9c65e459a9990eb9e848264 # Parent 63084d5da27c8045ca23ed67e0bc58908ea1588b Update README diff -r 63084d5da27c -r 81a24c69ed60 README.md --- a/README.md Mon Apr 18 19:52:48 2016 -0700 +++ b/README.md Mon Apr 18 19:53:50 2016 -0700 @@ -8,15 +8,11 @@ ## Manual installation -### Requirements - - * gcc - * jupyter - * python - * pip - -## Installation - + * Make sure you have the following requirements installed: + * gcc + * jupyter + * python + * pip * `git clone git@github.com:brendan-rius/jupyter-c-kernel.git` * `pip install jupyter-c-kernel` * `cd jupyter-c-kernel`