diff --git a/docs/install.rst b/docs/install.rst index 634b20074d9b4..d0fc238bbb2e0 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -14,6 +14,7 @@ Taichi can be easily installed via ``pip``: - On Ubuntu 19.04+, please execute ``sudo apt install libtinfo5``. - On Arch Linux, please execute ``yaourt -S ncurses5-compat-libs``. +- On Fedora and RHEL, please execute ``sudo yum install ncurses-compat-libs``. - On Windows, please install `Microsoft Visual C++ Redistributable `_ if you haven't. @@ -148,6 +149,8 @@ Linux issues Then execute ``sudo pacman -Syy ncurses5-compat-libs``. + * On Fedora and RHEL, execute ``sudo yum install ncurses-compat-libs``. + - If Taichi crashes and reports ``/usr/lib/libstdc++.so.6: version `CXXABI_1.3.11' not found``: You might be using Ubuntu 16.04, please try the solution in `this thread `_: