Skip to content

Commit

Permalink
Fix command to install from source
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed Aug 2, 2024
1 parent 857d93a commit b9835ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ To install directly from github using `pip`:
$ pip install git+https://github.com/kevin-tracy/qpax
```

Alternatively, to install from source:
Alternatively, to install from source in editable mode:

```bash
$ python setup.py install
$ pip install -e .
```

## Usage
Expand Down

0 comments on commit b9835ea

Please sign in to comment.