From 274f06a0f00f0f47eb4ee5fcd83635b9f7d853a7 Mon Sep 17 00:00:00 2001 From: yngve <yngve@pm.me> Date: Thu, 5 Jul 2018 18:11:38 +0200 Subject: [PATCH] added link to online doc in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26b3ebf..6a7b7fe 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ You are free to use this code, but no warranty whatsoever is given. ## Installation -To install/upgrade the package, run the command below. It is assumed that you have git and pip installed on your system. +To install/ upgrade the package, run the command below. It is assumed that you have git and pip installed on your system. ```bash pip install git+https://gitlab01.esss.lu.se/ess-bp/ess-python-tools.git -U --user @@ -21,7 +21,7 @@ The argument `-U` implies you should upgrade if you have already installed this ## Usage -Here we will briefly explain how to use the library. +Here we will briefly explain how to use the library. Please also see the [Online Documentation](https://ess-bp.pages.esss.lu.se/ess-python-tools). ### lib\_tw -- GitLab