Merge pull request #15164 from github/aeisenberg/system-reqs

This commit is contained in:
Andrew Eisenberg 2023-12-20 12:13:51 -08:00 коммит произвёл GitHub
Родитель b83c743810 c6d1b6cb58
Коммит 0cc4ba6552
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -35,3 +35,7 @@ For Python extraction:
- On Linux and macOS, Python 3 must be installed and available on the ``PATH`` as ``python3`` or ``python``.
- For Python 2 extraction on Linux and macOS, we also recommend having Python 2 installed and available on the ``PATH`` as ``python2``.
- On Windows, the Python launcher must be installed and available on the ``PATH`` as ``py.exe``.
For Ruby extraction:
- On Windows, the ``msvcp140.dll`` must be installed and available on the system. This can be installed by downloading the appropriate Microsoft Visual C++ Redistributable for Visual Studio.