Skip to content

Commit 791a450

Browse files
committed
docs: update README
1 parent e0f65ef commit 791a450

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/cmake-multiple-platform.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ jobs:
140140
cp -r $PY3_PATH/${{ matrix.platform }}/release/bin/* build/output/python3.12
141141
cp -r $PY3_PATH/${{ matrix.platform }}/release/lib/* build/output/python3.12
142142
cp "$PY3_PATH/LICENSE.txt" build/output/python3.12
143+
# Cleanup dev files
144+
find build/output -type f \( -name "*.exp" -o -name "*.ilk" -o -name "*.lib" -o -name "*.pdb" \) -delete
143145
144146
- name: Upload artifacts
145147
uses: actions/upload-artifact@v4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ The Plugify Python Language Module is a powerful extension for the Plugify proje
2222

2323
#### Option 1: Install via Plugify Plugin Manager
2424

25-
You can install the C++ Language Module using the Plugify plugin manager by running the following command:
25+
You can install the C++ Language Module using the Mamba package manager by running the following command:
2626

2727
```bash
28-
plg install plugify-module-python3
28+
mamba install -n your_env_name -c https://untrustedmodders.github.io/plugify-module-python3/ plugify-module-python3
2929
```
3030

3131
#### Option 2: Manual Installation

README_ru.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222

2323
#### Вариант 1: Установка через менеджер плагинов Plugify
2424

25-
Вы можете установить модуль Python с помощью менеджера плагинов Plugify, выполнив команду:
25+
Вы можете установить модуль Python с помощью менеджера пакетов Mamba, выполнив команду:
2626

2727
```bash
28-
plg install plugify-module-python3
28+
mamba install -n your_env_name -c https://untrustedmodders.github.io/plugify-module-python3/ plugify-module-python3
2929
```
3030

3131
#### Вариант 2: Ручная установка

0 commit comments

Comments
 (0)