diff --git a/README.md b/README.md index 6bebbfd..bbeee99 100644 --- a/README.md +++ b/README.md @@ -45,13 +45,17 @@ References O. Ledoit and M. Wolf https://ssrn.com/abstract=3047302 or http://dx.doi.org/10.2139/ssrn.3047302 -Installing from PyPI +Installing -------------------- -Try +PyPi: ```pip install pyRMT``` +Or alternatively via conda: + +```conda install conda-forge::pyrmt``` + To install manually from the git repo, try this: ```python setup.py install```