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