-1

I want to know how I can install selenium package on anaconda software

  • Does this answer your question? [How to install Selenium in a conda environment?](https://stackoverflow.com/questions/46137219/how-to-install-selenium-in-a-conda-environment) – cel May 16 '20 at 20:17

1 Answers1

0

Selenium may be installed through anaconda by running the following command:

conda install -c conda-forge selenium 

You may find the original instructions here.

I believe that a similar question was also asked in this post, maybe you'd want to have a look.

keith.g
  • 900
  • 9
  • 19