Skip to content

Commit

Permalink
docs: typo fix Update CONTRIBUTING.md (#2450)
Browse files Browse the repository at this point in the history
  • Loading branch information
defitricks authored Dec 30, 2024
1 parent dd326c2 commit 11f93d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cd ape
python3 -m venv venv
source venv/bin/activate

# install the developer dependencies (-e is interactive mode)
# install the developer dependencies (-e is editable mode)
pip install -e .'[dev]'
```

Expand Down

0 comments on commit 11f93d0

Please sign in to comment.