From 4ddd8e2cc82dd8f06b32c4b0260a5784449478cc Mon Sep 17 00:00:00 2001 From: Kelvin Rodriguez <kelvinrodriguez@Kelvins-MacBook-Pro.local> Date: Mon, 22 Aug 2016 18:38:27 -0700 Subject: [PATCH] types in readme --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0879e7b..4ca3f3f 100644 --- a/README.rst +++ b/README.rst @@ -33,6 +33,6 @@ Installation is unfortunately complicated due to the difficulty in installing GD `- jlaura` 3. Create a new environment to ensure that the installed package is not going to collide with existing packages - `conda create --name <somename> python=3` + ``conda create --name <somename> python=3`` -3. Install `plio` with `conda install plio`. +3. Install ``plio`` with ``conda install plio``. -- GitLab