mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
4 lines
128 B
Bash
4 lines
128 B
Bash
|
# Create test requirements under test/requirements.txt using requirements.in
|
||
|
cd test
|
||
|
pip install --upgrade pip-tools
|
||
|
pip-compile
|