Skip to content

Commit 452438b

Browse files
authored
Merge pull request #78 from Project-Babble/main
tweak(Building) Update build section
2 parents c242507 + 184a556 commit 452438b

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

docs/software/building.mdx

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ To get started, you will need to install:
1818
If you're on on Windows, you'll also need to download:
1919
- [`pyenv-win`](https://github.com/pyenv-win/pyenv-win)
2020

21-
### Other Operating Systems
21+
### macOS/Linux
2222

23-
For other Operating Systems:
23+
For macOS/Linux:
2424
- [`pyenv`](https://github.com/pyenv/pyenv)
2525

26-
## 1) Downloading the Babble App
26+
## 1) Downloading The Babble App
2727

2828
Navigate to a folder where you would like to install the Babble App.
2929

@@ -56,6 +56,9 @@ With the upcoming addition of Vive Facial Tracker support to the Babble App, the
5656

5757
:::note
5858
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+
5962
:::
6063
</details>
6164

@@ -89,10 +92,10 @@ Now, in the same terminal as above, run:
8992
```
9093
cd BabbleApp
9194
python -m venv venv
92-
./venv/bin/activate.ps1
95+
./venv/Scripts/activate.ps1
9396
```
9497

95-
### Other Operating Systems:
98+
### macOS/Linux
9699

97100
```
98101
cd BabbleApp
@@ -129,11 +132,11 @@ Make sure you are in your `BabbleApp` folder prior to running these, or they wil
129132
### Windows
130133

131134
```
132-
./venv/bin/activate.ps1
135+
./venv/Scripts/activate.ps1
133136
python babbleapp.py
134137
```
135138

136-
### Other Operating Systems:
139+
### macOS/Linux
137140

138141
```
139142
source venv/bin/activate

0 commit comments

Comments
 (0)