Skip to content
Snippets Groups Projects
Commit 6eb1beab authored by Farid Mohammadi's avatar Farid Mohammadi
Browse files

[README] add description on installing the package via the master branch

parent e4c8868e
No related branches found
No related tags found
No related merge requests found
......@@ -21,10 +21,17 @@ To create and activate the virtual environment run the following command in the
```
You can replace `bayes_env` with your preferred name. For more information on virtual environments see [this link](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/).
Now, you can install my project with pip inside the venv with:
Now, you can install the latest release of the package on PyPI inside the venv with:
```bash
pip install bayesvalidrox
```
and installing the version on the master branch can be done by cloning this repo and installing:
```bash
git clone https://git.iws.uni-stuttgart.de/inversemodeling/bayesvalidrox.git
cd bayesvalidrox
pip install .
```
## Features
* Surrogate modeling with Polynomial Chaos Expansion
* Global sensitivity analysis using Sobol Indices
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment