Skip to content

Commit

Permalink
Merge pull request #948 from planetlabs/update-pip-install-docs-947
Browse files Browse the repository at this point in the history
Removed the --pre flag for the install command.
  • Loading branch information
cholmes authored May 5, 2023
2 parents 570b3c9 + 0f5c93f commit e808ff0
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 --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

0 comments on commit e808ff0

Please sign in to comment.