Skip to content

Instantly share code, notes, and snippets.

@AutomatedTester
Created August 26, 2011 10:37
Show Gist options
  • Select an option

  • Save AutomatedTester/1173168 to your computer and use it in GitHub Desktop.

Select an option

Save AutomatedTester/1173168 to your computer and use it in GitHub Desktop.
pip install
(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