You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/get-started/quick-start-guide.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ Take the following steps to install the SDK and connect with the Planet Server.
11
11
12
12
[TOC]
13
13
14
-
## Step 1: Install Python 3.7+ and a virtual environment
14
+
## Step 1: Install Python 3.8+ and a virtual environment
15
15
16
-
This is a Python package, so you’ll need to install Python (version 3.7 or greater), and set up and install a virtual environment.
16
+
This is a Python package, so you’ll need to install Python (version 3.8 or greater), and set up and install a virtual environment.
17
17
18
18
Yes. Even if you’re not writing code—and only using the "no code" CLI part of the Planet SDK for Python—you’re using Python to communicate with the Planet Labs PBC servers. If you need help with Python install and setting up a virtual environment, read [Virtual Environments and the Planet SDK for Python](venv-tutorial.md).
0 commit comments