|
1 | 1 | # nextcord-ext-ipc
|
2 | 2 |
|
3 |
| -<p style="text-align: center"> |
4 |
| - <a href="https://github.com/nextcord/nextcord-ext-ipc/actions?query=workflow%3AAnalyze+event%3Apush"> |
5 |
| - <img alt="Analyze Status" |
6 |
| - src="https://github.com/nextcord/nextcord-ext-ipc/workflows/Analyze/badge.svg?event=push" /> |
7 |
| - </a> |
8 |
| - <a href="https://github.com/nextcord/nextcord-ext-ipc/actions?query=workflow%3ABuild+event%3Apush"> |
9 |
| - <img alt="Build Status" |
10 |
| - src="https://github.com/nextcord/nextcord-ext-ipc/workflows/Build/badge.svg?event=push" /> |
11 |
| - </a> |
12 |
| - <a href="https://github.com/nextcord/nextcord-ext-ipc/actions?query=workflow%3ADeploy+event%3Apush"> |
13 |
| - <img alt="Deploy Status" |
14 |
| - src="https://github.com/nextcord/nextcord-ext-ipc/workflows/Deploy/badge.svg?event=push" /> |
15 |
| - </a> |
16 |
| - <a href="https://github.com/Ext-Creators/nextcord-ext-ipc/actions?query=workflow%3ALint+event%3Apush"> |
17 |
| - <img alt="Lint Status" |
18 |
| - src="https://github.com/nextcord/nextcord-ext-ipc/workflows/Lint/badge.svg?event=push" /> |
19 |
| - </a> |
20 |
| -</p> |
| 3 | +[](https://discord.gg/ZebatWssCB) |
| 4 | +[](https://pypi.python.org/pypi/nextcord-ext-ipc) |
| 5 | +[](https://github.com/nextcord/nextcord-ext-ipc/actions?query=workflow%3AAnalyze+event%3Apush) |
| 6 | +[](https://github.com/nextcord/nextcord-ext-ipc/actions?query=workflow%3ABuild+event%3Apush) |
| 7 | +[](https://github.com/Ext-Creators/nextcord-ext-ipc/actions?query=workflow%3ALint+event%3Apush) |
21 | 8 |
|
22 | 9 | ## About
|
23 | 10 |
|
24 | 11 | A Nextcord extension for inter-process communication.
|
25 | 12 |
|
26 | 13 | ## Installation
|
27 | 14 |
|
28 |
| -Python **>=3.6.0** is required. |
| 15 | +**Python 3.8 or higher is required** |
| 16 | + |
| 17 | +It is necessary to first install [Nextcord](https://github.com/nextcord/nextcord) |
| 18 | + |
| 19 | +Then install the extension by running one of the following commands: |
29 | 20 |
|
30 | 21 | ```py
|
31 |
| -pip install --upgrade nextcord-ext-ipc |
| 22 | +# Linux/macOS |
| 23 | +python3 -m pip install -U nextcord-ext-ipc |
| 24 | + |
| 25 | +# Windows |
| 26 | +py -3 -m pip install -U nextcord-ext-ipc |
32 | 27 | ```
|
33 | 28 |
|
34 | 29 | ## Links
|
|
0 commit comments