From 13a81daf94073cae83b5b83aa5a4995d7e417cf3 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Tue, 15 Mar 2016 15:38:31 +0100 Subject: [PATCH] Remove section about Python Development Libs --- CONTRIBUTING.rst | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 7c4e4a4df..892a756f5 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -15,28 +15,12 @@ __ http://jupyter.readthedocs.org/#contributor-documentation Setting Up a Development Environment ------------------------------------ -Installing the Dependencies -^^^^^^^^^^^^^^^^^^^^^^^^^^^ +For general installation instructions have a look at the `Project Jupyter Installation Guide`__. -Python Development Libraries -"""""""""""""""""""""""""""" +__ https://jupyter.readthedocs.org/en/latest/install.html -On Debian/Ubuntu systems, you can get them with:: - - sudo apt-get update - sudo apt-get install python3-dev - -The development libraries might be needed for the installation of *PyZMQ*, -*Tornado* and *Jinja2*. - -Alternatively -- if you prefer -- you can also install those packages directly -with your package manager:: - - sudo apt-get update - sudo apt-get install python3-zmq python3-tornado python3-jinja2 - -Node.js and npm -""""""""""""""" +Installing Node.js and npm +^^^^^^^^^^^^^^^^^^^^^^^^^^ Building the Notebook from its GitHub source code requires some tools to create and minify JavaScript components and the CSS.