Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 423 Bytes

README_PY.md

File metadata and controls

28 lines (25 loc) · 423 Bytes

Allure generator il

Venv (Linux/Mac)

# add venv
python3.8 -m venv .venv
# activate venv
. .venv/bin/activate
# install lib
pip3 install -r requirements.txt
# update pip
pip install --upgrade pip

Lib for build

# setuptools
pip3 install setuptools
# twine
pip3 install twine
# build
pip3 install build

Public lib pip

pyproject-build && twine upload --skip-existing dist/*