6 lines
147 B
Bash
Executable File
6 lines
147 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# We use 1.5 to be able to deal with gzip only sites in linkcheck (such as tcpdf.org)
|
|
|
|
pip install --user 'Sphinx' 'requests[security]'
|