mirror of
https://github.com/brmlab/talknight-timer.git
synced 2025-06-08 03:24:02 +02:00
initial
This commit is contained in:
commit
628dff712f
11 changed files with 79 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
|
||||
initenv:
|
||||
virtualenv .
|
||||
virtualenv --relocatable .
|
||||
bin/pip install -r requirements.txt
|
||||
rmenv:
|
||||
rm -fr bin lib include local
|
Loading…
Add table
Add a link
Reference in a new issue