build: streamline CMAKE_MODULE_PATH interaction
This commit is contained in:
parent
7a7c3ab3f3
commit
9893b71483
4 changed files with 25 additions and 3 deletions
11
README.md
11
README.md
|
|
@ -23,6 +23,17 @@ $ make install
|
|||
```
|
||||
(also see .github/workflows/main.yml)
|
||||
|
||||
## Examples
|
||||
|
||||
Assumes `xo-pywebutil` installed to `~/local2/lib`
|
||||
```
|
||||
$ PYTHONPATH=~/local2/lib:$PYTHONPATH python
|
||||
>>> import xo_pywebutil
|
||||
>>> dir(xo_pywebutil)
|
||||
['EndpointDescr', 'StreamEndpointDescr', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__spec__']
|
||||
>>> from xo_pywebutil import *
|
||||
```
|
||||
|
||||
## Development
|
||||
|
||||
### build for unit test coverage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue