Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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```
Expand Down