Skip to content

Commit c44d6d6

Browse files
committed
Update README.md
1 parent c1d0306 commit c44d6d6

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
alt="downloads"></a> &nbsp;
2525
</p>
2626

27+
[binder notebooks](https://mybinder.org/v2/gh/pyportfolio/pyportfolioopt/main)
28+
2729
<!-- content -->
2830

2931
PyPortfolioOpt 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
8284
git clone https://github.com/PyPortfolio/PyPortfolioOpt.git
8385
cd 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

9391
Here is an example on real life stock data,
9492
demonstrating how easy it is to find the long-only portfolio

0 commit comments

Comments
 (0)