Build, test, and deploy your code. Make code reviews, branch management, and issue triaging work the way you want
$ pip install hello-world
``` or
```bash
$ pip install -e .
``` or
```bash
$ pip install -e .[dev]
$ hello-world
$ git init
$ git add README.md
$ git commit -m "first commit"
$ git remote add origin
$ git push -u origin master