We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda25ac commit ae7100aCopy full SHA for ae7100a
BUILD.md
@@ -5,7 +5,7 @@ This document has detailed instructions on how to build ydb-python-sdk from sour
5
### Pre-requisites
6
7
- Install [Docker](https://docs.docker.com/engine/install/).
8
-- Install [Python 3.8](https://www.python.org/downloads/release/python-38/)
+- Install [Python](https://docs.python.org/3.8/)
9
- Install [pip](https://pip.pypa.io/en/latest/installation/)
10
- Install [Tox](https://tox.wiki/en/latest/install.html)
11
@@ -43,5 +43,5 @@ tox -eblack-format
43
Use the command below to run unit tests.
44
45
```sh
46
-tox -epy310
+tox -epy38
47
```
0 commit comments