From 8d30f48e26063ba0a38f1291fb890e505dd29b68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Mon, 2 Oct 2017 10:46:23 +0200 Subject: [PATCH] DOC: Format README.rst file code blocks. Use the reST syntax to highlight code blocks in README.rst when describing the DIPY installation commands. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 42ae6b86fa..279e5a7b58 100644 --- a/README.rst +++ b/README.rst @@ -46,11 +46,11 @@ You can find our sources and single-click downloads: Installing DIPY =============== -DIPY can be installed using `pip`: +DIPY can be installed using `pip`:: pip install dipy -or using `conda`: +or using `conda`:: conda install -c conda-forge dipy vtk