Skip to content

Commit 2ee4608

Browse files
committed
Fix installation instruction in doc
1 parent 108e174 commit 2ee4608

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# PEPit: Performance Estimation in Python
22

33
[![PyPI version](https://badge.fury.io/py/PEPit.svg)](https://pypi.python.org/pypi/PEPit/)
4-
[![Build Status](https://github.com/bgoujaud/PEPit/workflows/build/badge.svg?branch=master&event=push)](https://github.com/bgoujaud/PEPit/actions)
5-
[![Codecov Status](https://codecov.io/gh/bgoujaud/PEPit/branch/master/graph/badge.svg)](https://codecov.io/gh/bgoujaud/PEPit)
6-
[![Downloads](https://pepy.tech/badge/pepit)](https://pepy.tech/project/pepit)
74
[![License](https://img.shields.io/github/license/bgoujaud/PEPit.svg)](https://github.com/bgoujaud/PEPit/blob/master/LICENSE)
85

96
This open source Python library provides a generic way to use PEP framework in Python.

docs/source/quickstart.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ PEPit is available on pypi, hence can be installed very simply by running
3131

3232
``pip install pepit``
3333

34-
To solve the SDPs, PEPit relies on CVXPY [5, 6]. Please also run
35-
36-
``pip install cvxpy``
37-
3834
Now you are all set!
3935
You should be able to run
4036

0 commit comments

Comments
 (0)