diff options
author | Konstantin Morozov <morozov-kst@yandex.ru> | 2023-08-23 14:33:52 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-08-23 15:06:03 +0300 |
commit | a524b43d2dc8c583e72e4388656fa4f3e28a6a9a (patch) | |
tree | 959d84353b40e41eccfa1dcb0e533c4a30cb981c | |
parent | 701120e5d69047d9d4bd6475b03b05c72598f236 (diff) | |
download | ydb-a524b43d2dc8c583e72e4388656fa4f3e28a6a9a.tar.gz |
small typo in build guide
small typo in build guide
Pull Request resolved: #334
-rw-r--r-- | BUILD.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ ```bash apt-get install python3.8 python3.8-venv python3-venv - python3.8 -mvnev ~/ydbwork/ve + python3.8 -m venv ~/ydbwork/ve source ~/ydbwork/ve/bin/activate pip install -U pip ``` |