SURGroup / UQpy

UQpy (Uncertainty Quantification with python) is a general purpose Python toolbox for modeling uncertainty in physical and mathematical systems.
MIT License
271 stars 79 forks source link

Update install instructions with conda #51

Closed volpatto closed 3 years ago

volpatto commented 5 years ago

Hi,

First of all, I would like to say that this is a very interesting package, in a hot area in predictive simulations. Congratulations for the work.

In this PR, I submit updates for the installation instructions. I added UQpy in the conda-forge channel, which means that now one can install UQpy from conda (within its environments) with:

$ conda install -c conda-forge uqpy

I think it is a nice thing, since a wider amount of users could install it. I hope this little contribution would be appreciated.

Another thing I'm doing here is the packing of the license. Although MIT license does not require being distributed within the package, it's a good practice doing so. Also, I need to do it because conda-forge requires a LICENSE included with the package in the feedstock.

Lastly, congratulations again, I'm interested in the UQpy, looks promising.

Best regards, Diego

volpatto commented 5 years ago

Also, I would like to kindly invite some of the contributors to be included as one of the maintainers in the UQpy feedstock. Please see here in the Maintainer Role part if you want to know about the maintainer's job. Anyone interested?