From 21cce32aae97526a9cb85361de0581a7655f8af3 Mon Sep 17 00:00:00 2001 From: Florent Jaillet <florent.jaillet@lis-lab.fr> Date: Wed, 25 Apr 2018 10:11:49 +0200 Subject: [PATCH] Improving doc --- doc/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/installation.rst b/doc/installation.rst index 7ed44ca..587f90e 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -11,14 +11,14 @@ Installation * `resampy >= 0.2 <https://github.com/bmcfee/resampy>`_ Make sure you Python environment is properly configured. It is recommended to -install `madarrays` in a virtual environment. +install ``madarrays`` in a virtual environment. Release version --------------- First, make sure you have the latest version of pip (the Python package manager) installed. If you do not, refer to the `Pip documentation -<https://pip.pypa.io/en/stable/installing/>`_ and install `pip` first. +<https://pip.pypa.io/en/stable/installing/>`_ and install ``pip`` first. Install the current release with ``pip``:: -- GitLab