Skip to content

caveats

anoduck edited this page Jul 24, 2021 · 2 revisions

Caveats

Venv: to venv or not to venv

~~ The development of this repository does not facilitate the incorporation of Venv, the python virtual environment manager. It was not needed because the system already employed the same version of python that the script called for. If you are familiar and prefer to use venv, then nothing should prevent you from doing so, and you should already be familiar on how to modify the instructions below and the configuration to incorporate the desired implementation. If you are not familiar with venv, then it is recommended not to concern yourself with it in order to avoid creation of complexities that are not required. There is no reason to make things more difficult than they have to be. ~~

The facilitation of pipenv should be an available option for a user if so chosen. A Pipfile has been generated and added to the repository, and should be available if so chosen. There should be not hang ups for this route, as long as the webdriver is in the desired location.

Windows, not supported.

This script was written within a Linux operating system environment and was intended for use on such environment or other Unix derivative. Although, admittedly at it's beginning, there were no foreseen complications attempting to run the script on a windows based system. But, this has now proven to not be the case, and attempting to run the script in a windows environment has been reported to fail. (Please see issue #9 for more info.)

Clone this wiki locally