internetarchive / warcprox

WARC writing MITM HTTP/S proxy
371 stars 54 forks source link

no luck installing by following the instructions (solved) #159

Open loveencounterflow opened 3 years ago

loveencounterflow commented 3 years ago

On my Linux Mint 20 machine, I did

sudo apt install libffi-dev libssl-dev
pip install warcprox

However, this did not result in an executable being installed. After some soul-searching I then did

pip3 install --user warcprox

which worked as expected. I want to politely suggest an update to the README.