Skip to content

matrixise/asyncio-doc

 
 

Repository files navigation

Asyncio documentation

Ideas

  • Advanced section:

How to install Sphinx

Firstly, you need to install the Sphinx tool using the Linux package manager like ap-tget or dnf for example.

But if you want to install it via pip , you can create a virtual environment with the venv module of Python 3

python3 -m venv env
source env/bin/activate

Once you have installed Sphinx, you can build the documentation.

How to build the documentation

Install Sphinx using the Linux package manager like apt-get or dnf for example. Then build the documentation using:

make html

See also

About

Asyncio documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 38.6%
  • Batchfile 30.9%
  • Makefile 30.5%