Loading README.md +21 −7 Original line number Diff line number Diff line # default python package builder #  Here's my code to create a python package and install it in a venv. **D**efault **P**ython **P**ackage **B**uilder #### Requirements Here's my code to create a python package, install it in a virtual environment, and launch the package. * Any linux distro ### Requirements * Any linux distro with python3. * `python3` * `python3-pip` #### Usage ---- ### Usage ```bash ./installer.sh ``` #### Configuration ---- ### Configuration ##### installer.sh Loading @@ -25,3 +31,11 @@ You can change the name of the virtualenv folder (default = `mypackage-venv`), t [This](https://docs.python.org/3/distutils/setupscript.html) is the doc. Modify all strings according to your preferences. ---- ### Demo ? Okay.  No newline at end of file Loading
README.md +21 −7 Original line number Diff line number Diff line # default python package builder #  Here's my code to create a python package and install it in a venv. **D**efault **P**ython **P**ackage **B**uilder #### Requirements Here's my code to create a python package, install it in a virtual environment, and launch the package. * Any linux distro ### Requirements * Any linux distro with python3. * `python3` * `python3-pip` #### Usage ---- ### Usage ```bash ./installer.sh ``` #### Configuration ---- ### Configuration ##### installer.sh Loading @@ -25,3 +31,11 @@ You can change the name of the virtualenv folder (default = `mypackage-venv`), t [This](https://docs.python.org/3/distutils/setupscript.html) is the doc. Modify all strings according to your preferences. ---- ### Demo ? Okay.  No newline at end of file