Metadata-Version: 2.4
Name: eraUQ
Version: 0.0.1.dev1
Summary: This package provides the base software used by the Engineering Risk Analysis group of TUM
Author: Iason Papaioannou, Daniel Straub, Sebastian Geyer, Felipe Uribe, Luca Sardi, Fong-Lin Wu, Alexander von Ramm, Matthias Willer, Peter Kaplan, Antonios Kamariotis, Michael Engel, Nicola Bronzetti
License: MIT
Keywords: Risk,Reliability
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: networkx
Dynamic: license-file


# DEV Instructions
## Installation
First, ensure the repository is cloned and you are on the right branch

The following commands assume that you are **inside the root directory of the package**
(i.e. the directory containing `pyproject.toml`).

```bash
git checkout <branch-name>
pip install -e .
```
Alternatively, a command with the absolute path can be used:

```bash
py -m pip install -e <absolute/path/to/repo/root/directory>
```

or

```bash
pip install -e <absolute/path/to/repo/root/directory>
```

### Example Notebooks

### [**<img src="https://colab.research.google.com/img/colab_favicon_256px.png" alt="Colab Logo" width="28" style="vertical-align: middle;"/> Usage Overview Notebook**](https://colab.research.google.com/github/theresa-hefele/eradist/blob/dev_library_theresa/notebooks/demonstrate_usage_overview.ipynb)
