Skip to content

Commit

Permalink
Removed the --user flag, as is not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlacaille committed May 5, 2023
1 parent eecd0f4 commit 0f5c93f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/get-started/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ Yes. Even if you’re not writing code—and only using the "no code" CLI part o
Install the Planet SDK for Python using [pip](https://pip.pypa.io):

```console
$ pip install planet --user
$ pip install planet
```

The [--user](https://pip.pypa.io/en/stable/user_guide/#user-installs) flag ensures the Python packages are installed relative to your user home folder. It is recommended for those new to pip.

## Step 3: Check the Planet SDK for Python version

```console
Expand Down

0 comments on commit 0f5c93f

Please sign in to comment.