Skip to content

Commit 45206c1

Browse files
v0.1.1 (#2)
* README update * Poetry and version update
1 parent 86875f6 commit 45206c1

File tree

4 files changed

+144
-118
lines changed

4 files changed

+144
-118
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,15 @@ for the efficient frontier optimizations of long-only cash portfolios, which are
1818
It is recommended to install the code dependencies in a
1919
[conda environment](https://conda.io/projects/conda/en/latest/user-guide/concepts/environments.html):
2020

21-
conda create -n cvar-optimization-benchmarks python
21+
conda create -n cvar-optimization-benchmarks python=3.13
22+
conda activate cvar-optimization-benchmarks
2223
pip install cvar-optimization-benchmarks
2324

2425
After this, you should be able to run the code in the [2_OptimizationExample notebook](https://github.com/fortitudo-tech/cvar-optimization-benchmarks/blob/main/2_OptimizationExample.ipynb).
2526

27+
The code in [1_CVaROptBenchmarks notebook](https://github.com/fortitudo-tech/cvar-optimization-benchmarks/blob/main/1_CVaROptBenchmarks.ipynb)
28+
can only be run by people who subscribe to the Investment Analysis module.
29+
2630
## Portfolio Construction and Risk Management book
2731
You can read much more about the [next-generation investment framework](https://antonvorobets.substack.com/p/anton-vorobets-next-generation-investment-framework)
2832
in the [Portfolio Construction and Risk Management book](https://antonvorobets.substack.com/p/pcrm-book),

0 commit comments

Comments
 (0)