Skip to content

Commit

Permalink
fix: pr suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjagod1251 committed Apr 25, 2023
1 parent 6959d5a commit 0477a78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ source venv/bin/activate
pip install -e .'[dev]'
```

##### NOTE: You might run into issues where you have a local install and are trying to work with a plugin pinned to a specific version.
**NOTE**: You might run into issues where you have a local install and are trying to work with a plugin pinned to a specific version.

[The easy solution](https://github.com/ApeWorX/ape/issues/90) to this is simple fetch the tags via `git fetch upstream --tags` and reinstall via `pip install ..` You will then have the correct version.
[The easiest solution](https://github.com/ApeWorX/ape/issues/90) to this is to fetch the tags via `git fetch upstream --tags` and reinstall via `pip install ..`
You will then have the correct version.

## Pre-Commit Hooks

Expand Down

0 comments on commit 0477a78

Please sign in to comment.