diff options
Diffstat (limited to 'moonv4/moon_utilities/README.md')
-rw-r--r-- | moonv4/moon_utilities/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/moonv4/moon_utilities/README.md b/moonv4/moon_utilities/README.md index b658a864..f5fa43ca 100644 --- a/moonv4/moon_utilities/README.md +++ b/moonv4/moon_utilities/README.md @@ -8,5 +8,16 @@ For any other information, refer to the parent project: moon_utilities is a common Python lib for other Moon Python packages +## Build +### Build Python Package +- `cd moon_utilities` +- `python3 setup.py sdist bdist_wheel` +### Push Python Package to PIP + +## Test +### Python Unit Test +- launch Docker for Python unit tests + - `cd moon_utilities` + - `docker run --rm --volume $(pwd):/data wukongsun/moon_python_unit_test:latest` |