File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docs-research-tools/projectariatools Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Use the above table to get the exact command to install `projectaria-tools` libr
2525## Supported Platforms
2626| OS / Platform | OS / Distro Details | Aria Gen2 Support (projectaria-tools ≥2.0) | Supported Python Versions |
2727| :---------------------------- | :----------------------------------------------------------------- | :----------------------------------------- | :------------------------ |
28- | Linux (x64) | Fedora ** 40/41** ; Ubuntu ** 20.04 LTS (focal)** / ** 22.04 LTS (jammy)** | ✅ Supported | 3.8 – 3.12 |
28+ | Linux (x64) | Fedora ** 40/41** ; Ubuntu ** 20.04 LTS (focal)** / ** 22.04 LTS (jammy)** | ✅ Supported | 3.9 – 3.12 |
2929| macOS (Apple Silicon / ARM64) | macOS ** 14+ (Sonoma or newer)** on M1/M2/M3 | ✅ Supported | 3.10 – 3.12 |
30- | macOS (Intel) | macOS ** 13+ (Ventura or newer)** | ✅ Supported | 3.8 – 3.12 |
30+ | macOS (Intel) | macOS ** 13+ (Ventura or newer)** | ✅ Supported | 3.9 – 3.12 |
3131| Windows (x64) | MSVC ** 2019/2022** | 🚧 Planned | 3.10 – 3.12 |
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export default function PatInstallerChooser() {
4040 const venvUnix = useMemo (
4141 ( ) =>
4242 String . raw `rm -rf $HOME/projectaria_gen2_python_env
43- python3.12 -m venv $HOME/projectaria_gen2_python_env
43+ python3 -m venv $HOME/projectaria_gen2_python_env
4444source $HOME/projectaria_gen2_python_env/bin/activate` ,
4545 [ ] ,
4646 ) ;
@@ -64,7 +64,7 @@ python3 -m pip install projectaria-tools'[all]'==1.7.0`;
6464 }
6565 return String . raw `${ venv }
6666
67- python3.12 -m pip install projectaria-tools'[all]'==2.0.0` ;
67+ python3 -m pip install projectaria-tools'[all]'==2.0.0` ;
6868 }
6969
7070 // source
You can’t perform that action at this time.
0 commit comments