UMIACS Servers: Difference between revisions

Line 35: Line 35:


Then run the following to get pip installed
Then run the following to get pip installed
<syntaxhighlight>
<syntaxhighlight lang="bash">
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py --user
python get-pip.py --user