mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
1d09c9970a
- create test/requirements.in - create scripts folder, move and create scripts under it - update CONTRIBUTING.md
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 |