Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
GUM-compliant_neural-network_uncertainty-propagation
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ludwig10_masters_thesis
GUM-compliant_neural-network_uncertainty-propagation
Commits
c39b1418
Verified
Commit
c39b1418
authored
2 years ago
by
Björn Ludwig
Browse files
Options
Downloads
Patches
Plain Diff
docs(INSTALL): improve install command for examples' dependencies
parent
2ceb1ab4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
INSTALL.md
+1
-1
1 addition, 1 deletion
INSTALL.md
docs/examples.rst
+5
-7
5 additions, 7 deletions
docs/examples.rst
with
6 additions
and
8 deletions
INSTALL.md
+
1
−
1
View file @
c39b1418
...
@@ -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
)
$
p
ip
install
.[examples]
(
pytorch_gum_unc_prop_env
)
$
p
ython
-m
piptools
sync
[
examples-requirements.txt]
(
examples-requirements.txt
)
```
```
### Install known to work dependencies' versions
### Install known to work dependencies' versions
...
...
This diff is collapsed.
Click to expand it.
docs/examples.rst
+
5
−
7
View file @
c39b1418
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment