Skip to content

Commit

Permalink
renamed folder and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesir committed Jan 31, 2024
1 parent 5fae142 commit fc1ec14
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ Here's an example of a simple tear sheet analyzing a strategy:
Quick Start
===========

Install QuantStats using pip:

.. code:: bash
$ pip install quantstats_lumi
.. code:: python
%matplotlib inline
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion quantstats/plots.py → quantstats_lumi/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
except ImportError:
pass

from quantstats._plotting.wrappers import *
from quantstats_lumi._plotting.wrappers import *
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fc1ec14

Please sign in to comment.