Created
October 7, 2013 18:25
-
-
Save josenaves/6872624 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jnaves@skynet:~/Apps$ git clone https://github.com/thomasf/exitwp | |
Cloning into 'exitwp'... | |
remote: Counting objects: 253, done. | |
remote: Compressing objects: 100% (135/135), done. | |
remote: Total 253 (delta 134), reused 225 (delta 110) | |
Receiving objects: 100% (253/253), 45.39 KiB, done. | |
Resolving deltas: 100% (134/134), done. | |
jnaves@skynet:~/Apps/exitwp$ sudo pip install --upgrade -r pip_requirements.txt | |
Running setup.py install for html2text | |
Installing html2text script to /usr/local/bin | |
Found existing installation: six 1.3.0 | |
Uninstalling six: | |
Successfully uninstalled six | |
Running setup.py install for six | |
Successfully installed html5lib beautifulsoup4 PyYAML html2text six | |
Cleaning up... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment