Skip to content

Commit ae7100a

Browse files
committed
fix
1 parent cda25ac commit ae7100a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILD.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This document has detailed instructions on how to build ydb-python-sdk from sour
55
### Pre-requisites
66

77
- Install [Docker](https://docs.docker.com/engine/install/).
8-
- Install [Python 3.8](https://www.python.org/downloads/release/python-38/)
8+
- Install [Python](https://docs.python.org/3.8/)
99
- Install [pip](https://pip.pypa.io/en/latest/installation/)
1010
- Install [Tox](https://tox.wiki/en/latest/install.html)
1111

@@ -43,5 +43,5 @@ tox -eblack-format
4343
Use the command below to run unit tests.
4444

4545
```sh
46-
tox -epy310
46+
tox -epy38
4747
```

0 commit comments

Comments
 (0)