Skip to content

Commit

Permalink
fixup! docs(readme): update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
corenting committed Aug 23, 2023
1 parent 5121984 commit a48281f
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 @@ -63,13 +63,13 @@ Setup instructions:

### Installing

The recommended way to install `ggshield`` is to use [pipx](https://pypa.github.io/pipx/), which will install it an isolated environment:
The recommended way to install `ggshield` is to use [pipx](https://pypa.github.io/pipx/), which will install it an isolated environment:

```shell
$ pipx install ggshield
```

Alternatively, you can install with pip as an user package. This will not work if your Python installation is declared as externally managed (for example if using the system Python on some operating systems):
Alternatively, you can install with pip as a user package. This will not work if your Python installation is declared as externally managed (for example when using the system Python on operating systems like Debian 12):

```shell
$ pip install --user -U ggshield
Expand Down

0 comments on commit a48281f

Please sign in to comment.