Skip to content
Closed
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
10 changes: 5 additions & 5 deletions docs/client_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

A Python client uses the following to communicate with the Project AirSim simulation server:

- Python 3.7 or newer, 64-bit
- Python 3.7 through 3.11, 64-bit
- **[pynng](https://github.com/codypiersall/pynng)** nanomsg-next-gen wrapper pip package

### Setting Up the Client on **Windows**

1. Install Python 3.7 or newer for Windows. There are many options for installing Python, but one recommended way is to:
1. Install Python 3.7 through 3.11 for Windows. There are many options for installing Python, but one recommended way is to:

- Download the official **[Windows installer for Python](https://www.python.org/downloads/windows/)**. Please note that the 64-bit version is required.

Expand Down Expand Up @@ -53,7 +53,7 @@ A Python client uses the following to communicate with the Project AirSim simula

python -m pip install --upgrade pip
python -m pip install setuptools wheel

Developers must also install the cmake package:
python -m pip install cmake

Expand Down Expand Up @@ -121,7 +121,7 @@ A Python client uses the following to communicate with the Project AirSim simula

cd path\to\repo
python -m pip install -e client\python\projectairsim

If you get this error:
Error: Could not find a version that satisfies the requirement open3d

Expand Down Expand Up @@ -155,7 +155,7 @@ Currently, only Python clients are supported.

---

Copyright (C) Microsoft Corporation.
Copyright (C) Microsoft Corporation.
Copyright (C) 2025 IAMAI CONSULTING CORP

MIT License. All rights reserved.