Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 195 Bytes

own-notes.md

File metadata and controls

19 lines (15 loc) · 195 Bytes

to build own

# prereqs
pip3 install build

apt install python3.10-venv
# build 
python3 -m build
# instal
filename=$(cd dist/; ls *.whl)
pip3 install dist/$filename