From b02179f44cc10962031ccfd7540cff3d7ead6319 Mon Sep 17 00:00:00 2001 From: Sarthak Pati Date: Tue, 29 Jul 2025 15:30:19 -0400 Subject: [PATCH] added conda installation instructions --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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```