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
1. Install Python 3.7-3.9 for Windows. There are many options for installing Python, but one recommended way is to:
12
+
1. Install Python 3.7 or newer for Windows. There are many options for installing Python, but one recommended way is to:
13
13
14
14
- Download the official **[Windows installer for Python](https://www.python.org/downloads/windows/)**. Please note that the 64-bit version is required.
15
15
@@ -21,12 +21,12 @@ A Python client uses the following to communicate with the Project AirSim simula
21
21
22
22
2. Activate the Python environment to use with Project AirSim.
23
23
24
-
If you don't have a suitable Python environment yet, do the following. Here, we assume we're using Python 3.8 installed in the directory `C:\Python38`, but use the version and directory of your installation of Python:
24
+
If you don't have a suitable Python environment yet, do the following. Use the version and directory of your installation of Python:
25
25
26
26
A) Install `virtualenv` and create a new environment (here named `airsim-venv` but you may choose any convenient name):
0 commit comments