Browse Source

small typo in build guide

small typo in build guide

Pull Request resolved: #334
Konstantin Morozov 1 year ago
parent
commit
a524b43d2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BUILD.md

+ 1 - 1
BUILD.md

@@ -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
    ```