Skip to content

Commit

Permalink
Versions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
FallenAstaroth committed Nov 6, 2023
1 parent 34ff5b2 commit f039939
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions compiler.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ set /p console="Disable console? (y/n): "
@echo on

pip install virtualenv & virtualenv venv & call venv\Scripts\activate
pip install Nuitka==0.6.19.6
pip install Nuitka

if "%compression%" == "y" (
pip install zstandard==0.17.0
pip install zstandard
) else (
echo Y|pip uninstall zstandard
)
Expand Down
4 changes: 2 additions & 2 deletions docs/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,11 @@ venv\Scripts\activate
```
5. Install the Nuitka:
```
pip install Nuitka==0.6.16.4
pip install Nuitka
```
6. To reduce the file size, additionally install Zstandard (optional):
```
pip install zstandard==0.17.0
pip install zstandard
```
7. Write the command:
```
Expand Down
4 changes: 2 additions & 2 deletions docs/ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ venv\Scripts\activate
```
5. Устанавливаем Nuitka:
````
pip install Nuitka==0.6.16.4
pip install Nuitka
````
6. Для уменьшения размера файла дополнительно устанавливаем Zstandard (опционально):
```
pip install zstandard==0.17.0
pip install zstandard
```
7. Прописываем команду:
```
Expand Down
4 changes: 2 additions & 2 deletions docs/ua.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ venv\Scripts\activate
```
5. Встановлюємо Nuitka:
````
pip install Nuitka==0.6.16.4
pip install Nuitka
````
6. Для зменшення розміру файла додатково встановлюємо Zstandard (опціонально):
```
pip install zstandard==0.17.0
pip install zstandard
```
7. Прописуємо команду:
```
Expand Down

0 comments on commit f039939

Please sign in to comment.