Commit 2fc77249 authored by Corentin Bettiol's avatar Corentin Bettiol 💻
Browse files

update readme

parent 43579f50
Loading
Loading
Loading
Loading
+21 −7
Original line number Diff line number Diff line
# default python package builder
# ![](https://git.bitmycode.com/sodimel/default-python-package-builder/wikis/uploads/4fd9a6445ee0d9292f9fb4cec43175d8/dppb.png)

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

@@ -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.

![Demo dppb.](https://up.l3m.in/file/1567339736-dppb-video.webm)
 No newline at end of file