We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f687c6 commit 74a8258Copy full SHA for 74a8258
.github/pages/cf-pages.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
cd docs
3
-apt install portaudio19-dev
+pip install conda
4
+conda install pyaudio
5
python3.7 -m pip install -U -r requirements.txt
6
sphinx-build -b html . ../dist
0 commit comments