File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11sphinx
22sphinx_rtd_theme
33sphinx_copybutton
4- sphinx_tabs
54pypandoc
65requests
76sphinx-autobuild
Original file line number Diff line number Diff line change @@ -21,23 +21,10 @@ The reason about being an optional package is that TgCrypto requires some extra
2121The errors you receive when trying to install TgCrypto are system dependent, but also descriptive enough to understand
2222what you should do next:
2323
24- .. tabs ::
25-
26- .. tab :: Windows
27-
28- Install `Visual C++ 2015 Build Tools <https://www.microsoft.com/en-us/download/details.aspx?id=48159 >`_.
29-
30- .. tab :: macOS
31-
32- A pop-up will automatically ask you to install the command line developer tools.
33-
34- .. tab :: Linux
35-
36- Install a proper C compiler (``gcc ``, ``clang ``) and the Python header files (``python3-dev ``).
37-
38- .. tab :: Termux
39-
40- Install ``clang `` package.
24+ - **Windows **: Install `Visual C++ 2015 Build Tools <https://www.microsoft.com/en-us/download/details.aspx?id=48159 >`_.
25+ - **macOS **: A pop-up will automatically ask you to install the command line developer tools.
26+ - **Linux **: Install a proper C compiler (``gcc ``, ``clang ``) and the Python header files (``python3-dev ``).
27+ - **Termux **: Install ``clang `` package.
4128
4229.. _TgCrypto : https://github.com/pyrogram/tgcrypto
4330
You can’t perform that action at this time.
0 commit comments