Remove sphinx tabs extension
This commit is contained in:
parent
19fab3cc78
commit
70efffa896
@ -1,7 +1,6 @@
|
|||||||
sphinx
|
sphinx
|
||||||
sphinx_rtd_theme
|
sphinx_rtd_theme
|
||||||
sphinx_copybutton
|
sphinx_copybutton
|
||||||
sphinx_tabs
|
|
||||||
pypandoc
|
pypandoc
|
||||||
requests
|
requests
|
||||||
sphinx-autobuild
|
sphinx-autobuild
|
@ -21,23 +21,10 @@ The reason about being an optional package is that TgCrypto requires some extra
|
|||||||
The errors you receive when trying to install TgCrypto are system dependent, but also descriptive enough to understand
|
The errors you receive when trying to install TgCrypto are system dependent, but also descriptive enough to understand
|
||||||
what you should do next:
|
what you should do next:
|
||||||
|
|
||||||
.. tabs::
|
- **Windows**: Install `Visual C++ 2015 Build Tools <https://www.microsoft.com/en-us/download/details.aspx?id=48159>`_.
|
||||||
|
- **macOS**: A pop-up will automatically ask you to install the command line developer tools.
|
||||||
.. tab:: Windows
|
- **Linux**: Install a proper C compiler (``gcc``, ``clang``) and the Python header files (``python3-dev``).
|
||||||
|
- **Termux**: Install ``clang`` package.
|
||||||
Install `Visual C++ 2015 Build Tools <https://www.microsoft.com/en-us/download/details.aspx?id=48159>`_.
|
|
||||||
|
|
||||||
.. tab:: macOS
|
|
||||||
|
|
||||||
A pop-up will automatically ask you to install the command line developer tools.
|
|
||||||
|
|
||||||
.. tab:: Linux
|
|
||||||
|
|
||||||
Install a proper C compiler (``gcc``, ``clang``) and the Python header files (``python3-dev``).
|
|
||||||
|
|
||||||
.. tab:: Termux
|
|
||||||
|
|
||||||
Install ``clang`` package.
|
|
||||||
|
|
||||||
.. _TgCrypto: https://github.com/pyrogram/tgcrypto
|
.. _TgCrypto: https://github.com/pyrogram/tgcrypto
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user