Skip to content

Commit

Permalink
chore: update minimal python version and fix commands (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgonalo committed Jan 19, 2022
1 parent 4695db6 commit 6dba3c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Getting Started
---------------

Run ``pip install toolium`` to install the latest version from `PyPi <https://pypi.org/project/toolium>`_. It's
highly recommendable to use a virtualenv. The minimal python version to use Toolium is `Python 3.5 <http://www.python.org>`_.
highly recommendable to use a virtualenv. The minimal python version to use Toolium is `Python 3.6 <http://www.python.org>`_.

The main dependencies are:

Expand Down
4 changes: 2 additions & 2 deletions docs/driver_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ its value must be `[Section]_[option]=value`, as can be seen in the following ex

.. code:: console
$ TOOLIUM_DRIVER_TYPE=Driver_type=chrome
$ export TOOLIUM_DRIVER_TYPE=Driver_type=chrome
This system property means the same as having the following section in the configuration file::

Expand All @@ -62,7 +62,7 @@ Underscore is allowed in options, but not in sections, for instance:

.. code:: console
$ TOOLIUM_SERVER_VIDEO_ENABLED=Server_video_enabled=true
$ export TOOLIUM_SERVER_VIDEO_ENABLED=Server_video_enabled=true
This is the same as having the following section in the configuration file::

Expand Down

0 comments on commit 6dba3c3

Please sign in to comment.