Skip to content

Commit

Permalink
docs: Add instructions to bypass --break-system-packages error
Browse files Browse the repository at this point in the history
  • Loading branch information
therealdreg authored Jun 5, 2024
1 parent 296049f commit 5e05481
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ wget -q -O- https://github.com/hugsy/gef/raw/main/scripts/gef-extras.sh | sh
The script will download (via git) GEF-Extras, and set up your `~/.gef.rc` file so that you can
start straight away.

If you receive an error mentioning --break-system-packages, you can bypass it by running this command at your own risk:

```bash
wget -q -O- https://github.com/hugsy/gef/raw/main/scripts/gef-extras.sh | sed 's/\(pip install\)/\1 --break-system-packages/' | sh
```

Refer to the [installation page](install.md) for more installation methods.


Expand Down

0 comments on commit 5e05481

Please sign in to comment.