mirror of
https://github.com/brmlab/talknight-timer.git
synced 2025-06-07 19:14:06 +02: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
|