From 501a2934a1031f4def92701a44ebca8a317dd8a6 Mon Sep 17 00:00:00 2001 From: Adam Groszer Date: Tue, 17 Apr 2018 13:34:28 +0200 Subject: [PATCH] typo --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 0cd3741..ce85b7e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -19,7 +19,7 @@ Getting the transaction package To install the transaction package you can use pip:: - $ pip instal transaction + $ pip install transaction After this, the package can be imported in your Python code, but there are a few things that we need to explain before doing that.