File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 alt="downloads"></a>
2525</p >
2626
27+ [ binder notebooks] ( https://mybinder.org/v2/gh/pyportfolio/pyportfolioopt/main )
28+
2729<!-- content -->
2830
2931PyPortfolioOpt is a library that implements portfolio optimization methods, including
@@ -76,19 +78,15 @@ pip install pyportfolioopt
7678
7779### From source
7880
79- Clone the repository and install using the provided Makefile :
81+ Clone the repository, navigate to the folder, and install using pip :
8082
8183``` bash
8284git clone https://github.com/PyPortfolio/PyPortfolioOpt.git
8385cd PyPortfolioOpt
84- make install
86+ pip install .
8587```
8688
87- This will install [ uv] ( https://github.com/astral-sh/uv )
88- (a fast Python package installer) and create a
89- virtual environment with all dependencies.
90-
91- ## A quick example
89+ ## Getting started
9290
9391Here is an example on real life stock data,
9492demonstrating how easy it is to find the long-only portfolio
You can’t perform that action at this time.
0 commit comments