9 lines
161 B
Bash
Executable File
9 lines
161 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
git clone --depth 1 https://github.com/shazow/urllib3.git
|
|
pip install -r ./urllib3/dev-requirements.txt
|
|
pip install ./urllib3[socks]
|