Created
August 26, 2011 10:37
-
-
Save AutomatedTester/1173168 to your computer and use it in GitHub Desktop.
pip install
This file contains hidden or 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
| (seltest)David-Burnss-MacBook-Pro:selenium2 davidburns$ pip install selenium | |
| Downloading/unpacking selenium | |
| Downloading selenium-2.5.0.tar.gz (2.4Mb): 2.4Mb downloaded | |
| Running setup.py egg_info for package selenium | |
| /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'src_root' | |
| warnings.warn(msg) | |
| Requirement already satisfied (use --upgrade to upgrade): rdflib==3.1.0 in /Users/davidburns/.virtualenvs/seltest/lib/python2.6/site-packages (from selenium) | |
| Installing collected packages: selenium | |
| Running setup.py install for selenium | |
| /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'src_root' | |
| warnings.warn(msg) | |
| Successfully installed selenium | |
| Cleaning up... | |
| (seltest)David-Burnss-MacBook-Pro:selenium2 davidburns$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment