FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

pybind11_mkdoc/.github/CONTRIBUTING.md at master · pybind/pybind11_mkdoc · GitHub

Latest commit

 

History

History
18 lines (14 loc) · 574 Bytes

File metadata and controls

18 lines (14 loc) · 574 Bytes

Building from source

If you want to work on this repository, the standard recipe is shown below, with flit being used for the editable install, because adding a unified interface for editable installs to PEP 517 is still an open topic.

python3 -m venv venv
. venv/bin/activate
pip install flit
flit install --symlink

Other than this, using pip and python-build should work as expected, though flit does also have a nice command line interface.


Back | FazBrowse Home | New Git URL