diff --git a/readme.md b/readme.md
index 2d62459e..5952a914 100644
--- a/readme.md
+++ b/readme.md
@@ -32,11 +32,15 @@ Check the [repo](https://github.com/ContextLab/hypertools-paper-notebooks) of Ju
Installation
+To install the latest stable version run:
+
`pip install hypertools`
-or
+To install the latest unstable version directly from GitHub, run:
+
+`pip install -U git+https://github.com/ContextLab/hypertools.git`
-To install from this repo:
+Or alternatively, clone the repository to your local machine:
`git clone https://github.com/ContextLab/hypertools.git`
@@ -44,7 +48,7 @@ Then, navigate to the folder and type:
`pip install -e .`
-(this assumes you have [pip](https://pip.pypa.io/en/stable/installing/) installed on your system)
+(These instructions assume that you have [pip](https://pip.pypa.io/en/stable/installing/) installed on your system)
Requirements