- Run
pytestafter installing all dependencies- After running the tests, you will find all reports in the ./reports directory. It'll contain coverage reports as HTML and XML in cobertura format.
python -m pip install ./src --user --force
- Create an empty ./lib folder folder if not exists
- Go into the ./src folder
python setup.py egg_info --egg-base ../lib sdist --dist-dir=../lib clean --all
python setup.py egg_info --egg-base ../lib bdist_wheel --dist-dir=../lib clean --all
-
Remain in ./pkg and install latest distribution
-
python -m pip install --find-links=file:../lib boschio.iotea --user --force -
Or Goto directory ./lib and pick a version you would like to install
-
python -m pip install --user boschio_iotea-<version>-py3-none-any.whl --force