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
Navigate to a folder where you would like to install the Babble App.
29
29
@@ -56,6 +56,9 @@ With the upcoming addition of Vive Facial Tracker support to the Babble App, the
56
56
57
57
:::note
58
58
Python `3.13` support is planned once key dependencies are built against `3.13`, namely `onnxruntime-directml` and `onnxruntime-gpu`.
59
+
60
+
While not supported, nightly builds of the above dependencies exist that enable this. Microsoft outlines how to set this up [here](https://github.com/microsoft/onnxruntime/issues/22274#issuecomment-2423585092).
61
+
59
62
:::
60
63
</details>
61
64
@@ -89,10 +92,10 @@ Now, in the same terminal as above, run:
89
92
```
90
93
cd BabbleApp
91
94
python -m venv venv
92
-
./venv/bin/activate.ps1
95
+
./venv/Scripts/activate.ps1
93
96
```
94
97
95
-
### Other Operating Systems:
98
+
### macOS/Linux
96
99
97
100
```
98
101
cd BabbleApp
@@ -129,11 +132,11 @@ Make sure you are in your `BabbleApp` folder prior to running these, or they wil
0 commit comments