mirror of
https://github.com/brmlab/talknight-timer.git
synced 2025-06-07 19:14:06 +02:00
7 lines
99 B
Makefile
7 lines
99 B
Makefile
|
|
|
|
initenv:
|
|
virtualenv .
|
|
bin/pip install -r requirements.txt
|
|
rmenv:
|
|
rm -fr bin lib include local
|