Skip to content
Snippets Groups Projects
Commit 4bf91426 authored by nimrod's avatar nimrod
Browse files

Make target for creating a virtualenv.

parent 186afd44
No related branches found
No related tags found
No related merge requests found
......@@ -10,3 +10,7 @@ payload.zip: clean requirements.txt $(src)
.PHONY = clean
clean:
-rm -r payload.zip payload
.venv: requirements.txt
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment