Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 --pre --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