Skip to content

Commit

Permalink
Merge pull request #3 from traversaro/patch-1
Browse files Browse the repository at this point in the history
Fix command to install from source
  • Loading branch information
kevin-tracy committed Aug 12, 2024
2 parents 857d93a + b9835ea commit 6abf9d3
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 6abf9d3

Please sign in to comment.