Skip to content

Commit

Permalink
Fix installation instruction in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoujaud committed Jan 7, 2022
1 parent 108e174 commit 2ee4608
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# PEPit: Performance Estimation in Python

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

This open source Python library provides a generic way to use PEP framework in Python.
Expand Down
4 changes: 0 additions & 4 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ PEPit is available on pypi, hence can be installed very simply by running

``pip install pepit``

To solve the SDPs, PEPit relies on CVXPY [5, 6]. Please also run

``pip install cvxpy``

Now you are all set!
You should be able to run

Expand Down

0 comments on commit 2ee4608

Please sign in to comment.