github.com/cilium/ebpf@v0.15.1-0.20240517100537-8079b37aa138/docs/README.md (about)

     1  # epbf-go documentation
     2  
     3  The documentation project uses Pipenv to manage its dependencies, which will
     4  automatically create a Python virtualenv when invoked from this subdirectory.
     5  Follow your distribution's documentation for installing `pipenv`. You may also
     6  need `pyenv` to install a different Python version if your distribution doesn't
     7  provide the version specified in the `Pipfile`.
     8  
     9  Host a live preview of the documentation at http://127.0.0.1:8000:
    10  
    11  `make preview`
    12  
    13  Build the documentation, output to the site/ directory. This is a self-contained
    14  production copy that can be uploaded to hosting.
    15  
    16  `make build`
    17  
    18  To enter the virtualenv with all the documentation's Python dependencies
    19  installed:
    20  
    21  `make shell`