Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 355 Bytes

COMPILATION.md

File metadata and controls

27 lines (18 loc) · 355 Bytes

Compilation details

Compilation and testing under Linux Debian / Ubuntu

Compile locally

python3 -m build

and install it locally

pip3 install dist/pydft-<version>-py3-none-any.whl

and finally test it

python3 -m pytest tests/*

Outputting content of Python Wheel file

unzip -l dist/*.whl