removed make activate
This commit is contained in:
parent
450219fcf0
commit
1bc6fbbf10
5
Makefile
5
Makefile
@ -4,9 +4,6 @@ setup:
|
||||
@python3 -m venv .venv && \
|
||||
.venv/bin/pip install -r requirements.txt
|
||||
|
||||
activate:
|
||||
@source ./venv/bin/activate
|
||||
|
||||
run:
|
||||
@python3 start.py
|
||||
@.venv/bin/python start.py
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user