We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b631d commit 6904a8eCopy full SHA for 6904a8e
README.md
@@ -21,13 +21,7 @@ the profits achieved, etc.
21
22
## Installation
23
24
-It is possible to install cvxsimulator with the quantstats extra
25
-
26
-```bash
27
-pip install cvxsimulator[quantstats]
28
-```
29
30
-or without it
+It is possible to install cvxsimulator via
31
32
```bash
33
pip install cvxsimulator
@@ -139,10 +133,6 @@ It is possible to perform
139
133
portfolio.snapshot()
140
134
```
141
135
142
-We have also integrated the [quantstats](https://github.com/ranaroussi/quantstats)
143
-package as an optional extra for further analysis. It is usually enough to inject
144
-the `portfolio.nav` into the many functions exposed by this package.
145
146
136
## uv
147
137
148
138
Starting with
0 commit comments