From aab3556523650f5f5f24f06b4a700663f7f21e3e Mon Sep 17 00:00:00 2001 From: Nicolas MAILLET <nicolas.maillet@pasteur.fr> Date: Mon, 7 May 2018 18:02:02 +0200 Subject: [PATCH] Correct block-code --- README.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 9db68bf..30ef919 100644 --- a/README.rst +++ b/README.rst @@ -24,7 +24,6 @@ Rapid Peptides Generator (RPG) is dedicated to predict proteases-induced cleavag - Overview ======== @@ -39,10 +38,13 @@ Currently, 42 enzymes and chemicals are included in RPG. User can easily design RPG follows the standards for software development with continuous integration on Gitlab (https://gitlab.pasteur.fr/nmaillet/rpg) and automatic on-line documentation (https://rapid-peptide-generator.readthedocs.io). + Installation ============ -In order to install RPG, you can use **pip**:: +In order to install RPG, you can use **pip**: + +.. code-block:: none pip install rpg @@ -52,6 +54,8 @@ This command installs RPG and its Python dependencies. Usage ===== -From the command line:: +From the command line: + +.. code-block:: none rpg --help -- GitLab