Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile: Add --upgrade to pip3 and add a credit | Aaron LI | 2016-10-04 | 1 | -1/+3 |
| | |||||
* | Makefile: Add variable "VENV" to control virtualenv | Aaron LI | 2016-10-03 | 1 | -8/+18 |
| | | | | | | | * The variable "VENV" (default: "venv") defines the virtualenv name and can be override by the environment. * Add "devbuild" target to menu. * Remove the "--user" argument to fix the pip install problem. | ||||
* | Rewrite the Makefile to add virtualenv support. | Aaron LI | 2016-09-30 | 1 | -7/+23 |
| | | | | Thanks: http://blog.bottlepy.org/2012/07/16/virtualenv-and-makefiles.html | ||||
* | Setup package structures | Aaron LI | 2016-09-20 | 1 | -0/+10 |
Credit: https://github.com/kennethreitz/samplemod TODO: Add the 'docs' part |