Skip to content
Snippets Groups Projects
Verified Commit c39b1418 authored by Björn Ludwig's avatar Björn Ludwig
Browse files

docs(INSTALL): improve install command for examples' dependencies

parent 2ceb1ab4
No related branches found
No related tags found
No related merge requests found
...@@ -112,7 +112,7 @@ pytorch_gum_uncertainty_propagation in the above installation command, ...@@ -112,7 +112,7 @@ pytorch_gum_uncertainty_propagation in the above installation command,
e.g. e.g.
```shell ```shell
(pytorch_gum_unc_prop_env) $ pip install .[examples] (pytorch_gum_unc_prop_env) $ python -m piptools sync [examples-requirements.txt](examples-requirements.txt)
``` ```
### Install known to work dependencies' versions ### Install known to work dependencies' versions
......
...@@ -5,16 +5,14 @@ Proof-of-Concept examples ...@@ -5,16 +5,14 @@ Proof-of-Concept examples
------------------------- -------------------------
For certain proof of concepts, we provide examples scripts, which require For certain proof of concepts, we provide examples scripts, which require
additional dependencies to be installed. This can be achieved by appending additional dependencies to be installed. The installation is described in a
:code:`[examples]` to the install command, e.g. `designated section of our installation guide
<https://pytorch-gum-uncertainty-propagation.readthedocs.io/en/latest/INSTALL.html#optional-jupyter-notebook-dependencies>`_.
.. code-block:: shell
pip install .[examples]
Afterwards you can browser through the following list: Afterwards you can browser through the following list:
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
propagation propagation
\ No newline at end of file examples/plots
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment