We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fa36b commit 1acd73fCopy full SHA for 1acd73f
source/get-started/download-and-install.txt
@@ -12,7 +12,7 @@ Download and Install
12
Ensure you have the following dependencies installed
13
in your development environment:
14
15
- - `Python3 version 3.7 or later <https://www.python.org/downloads/>`__
+ - `Python3 version 3.8 or later <https://www.python.org/downloads/>`__
16
- `pip <https://pip.pypa.io/en/stable/installation/>`__
17
- `dnspython <https://pypi.org/project/dnspython/>`__
18
@@ -67,7 +67,7 @@ Download and Install
67
.. code-block:: bash
68
69
python3 -m venv venv
70
- venv\Scripts\activate
+ . venv\Scripts\activate
71
72
With the virtual environment activated, run the following command to
73
install the current version of {+driver-short+}:
0 commit comments