Skip to content

Commit

Permalink
preparing 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rcabanasdepaz committed Jul 6, 2020
1 parent 676824a commit a6a9f01
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/notes/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <notes/videotutorials.html>`_.

0 comments on commit a6a9f01

Please sign in to comment.