• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2
3set -e
4set -x
5
6git clone --depth 1 https://github.com/shazow/urllib3.git
7pip install -r ./urllib3/dev-requirements.txt
8pip install ./urllib3[socks]
9