Browse Source

Change package manager yum to dnf

pull/2582/head
Peter Levart 5 years ago
parent
commit
6c55bdfe39
  1. 2
      README.ja.rst
  2. 2
      README.rst

2
README.ja.rst

@ -61,7 +61,7 @@ discord.py は機能豊富かつモダンで使いやすい、非同期処理に
* PyNaCl (音声サポート用)
Linuxで音声サポートを導入するには、前述のコマンドを実行する前にお気に入りのパッケージマネージャー(例えば ``apt````yum`` など)を使って以下のパッケージをインストールする必要があります:
Linuxで音声サポートを導入するには、前述のコマンドを実行する前にお気に入りのパッケージマネージャー(例えば ``apt````dnf`` など)を使って以下のパッケージをインストールする必要があります:
* libffi-dev (システムによっては ``libffi-devel``)
* python-dev (例えばPython 3.6用の ``python3.6-dev``)

2
README.rst

@ -61,7 +61,7 @@ Optional Packages
* PyNaCl (for voice support)
Please note that on Linux installing voice you must install the following packages via your favourite package manager (e.g. ``apt``, ``yum``, etc) before running the above commands:
Please note that on Linux installing voice you must install the following packages via your favourite package manager (e.g. ``apt``, ``dnf``, etc) before running the above commands:
* libffi-dev (or ``libffi-devel`` on some systems)
* python-dev (e.g. ``python3.6-dev`` for Python 3.6)

Loading…
Cancel
Save