Skip to content

Commit 1acd73f

Browse files
committed
SS feedback
1 parent a6fa36b commit 1acd73f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/get-started/download-and-install.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Download and Install
1212
Ensure you have the following dependencies installed
1313
in your development environment:
1414

15-
- `Python3 version 3.7 or later <https://www.python.org/downloads/>`__
15+
- `Python3 version 3.8 or later <https://www.python.org/downloads/>`__
1616
- `pip <https://pip.pypa.io/en/stable/installation/>`__
1717
- `dnspython <https://pypi.org/project/dnspython/>`__
1818

@@ -67,7 +67,7 @@ Download and Install
6767
.. code-block:: bash
6868

6969
python3 -m venv venv
70-
venv\Scripts\activate
70+
. venv\Scripts\activate
7171

7272
With the virtual environment activated, run the following command to
7373
install the current version of {+driver-short+}:

0 commit comments

Comments
 (0)