behai-nguyen / behai-nguyen.github.io

My GitHub page.
1 stars 0 forks source link

2022/06/17/installation-built-test #1

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Python: Application ( Self ) Installation, Built Distribution and Test the Built Distribution. | behai-nguyen software development learnings and documentation

In this post, we discuss how to make an application self-installable in editable or development mode; and then prepare it for distribution. Finally, test the distribution in another virtual environment.

https://behai-nguyen.github.io/2022/06/17/installation-built-test.html

behai-nguyen commented 2 years ago

Test comment from myself.

def test( a, b ):
    return a + b