From a6a9f013b0acd9a823d3075a8a91b780222df12e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Caba=C3=B1as?= Date: Mon, 6 Jul 2020 17:11:42 +0200 Subject: [PATCH] preparing 1.3.1 --- docs/notes/installation.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/notes/installation.rst b/docs/notes/installation.rst index 8001d5f..63e1da8 100644 --- a/docs/notes/installation.rst +++ b/docs/notes/installation.rst @@ -36,9 +36,13 @@ If we want to install InferPy including all the dependencies (for CPU only), use $ pip install inferpy[all] -Similarly, for all the dependencies including for GPUs, use the keyword ``all-gpu``: +Similarly, for installing all the dependencies including those for running over GPUs, use the keyword ``all-gpu``: .. code:: bash $ pip install inferpy[all-gpu] + + + +A video tutorial about the installation can be found `here `_.