mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
6 lines
92 B
Bash
6 lines
92 B
Bash
#!/bin/sh
|
|
set -ev
|
|
|
|
pip install --upgrade pip setuptools
|
|
pip install Sphinx sphinx-rtd-theme
|