mirror of
https://github.com/brmlab/talknight-timer.git
synced 2025-10-29 05:53:58 +01:00
8 lines
127 B
Makefile
8 lines
127 B
Makefile
|
|
|
|
initenv:
|
|
virtualenv .
|
|
virtualenv --relocatable .
|
|
bin/pip install -r requirements.txt
|
|
rmenv:
|
|
rm -fr bin lib include local
|