From fdc55f033532e3e69e38ee5f9e103aaad3ca2e17 Mon Sep 17 00:00:00 2001 From: bkushigian Date: Thu, 11 Jan 2024 14:17:08 -0800 Subject: [PATCH] Added venv initialization to makefile --- icst2024/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/icst2024/Makefile b/icst2024/Makefile index c546bf3..d4c544e 100644 --- a/icst2024/Makefile +++ b/icst2024/Makefile @@ -3,10 +3,13 @@ plots: clean install plots/OTvsMT_time_graph.png plots/OTvsMT.png -install: +install: venv . .venv/bin/activate pip install -r requirements.txt +venv: + python3 -m virtualenv .venv + plots/OTvsMT_time_graph.png: python3 python/plot_time_analysis.py