Skip to content

Commit

Permalink
cleaned up installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fzakaria committed Sep 25, 2023
1 parent 558b860 commit ba31b32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ erDiagram

## Installation
```console
python3 -m venv venv
source venv/bin/activate
pip install .
pip install sqlelf
sqlelf /usr/bin/python3 -- \
--sql "select mnemonic, COUNT(*) from elf_instructions GROUP BY mnemonic ORDER BY 2 DESC LIMIT 3"

Expand Down Expand Up @@ -261,6 +259,8 @@ WHERE
You may want to install the package in _editable mode_ as well to make development easier

```console
> python3 -m venv venv
> source venv/bin/activate
> pip install --editable ".[dev]"
```

Expand Down

0 comments on commit ba31b32

Please sign in to comment.