From 49274360fc2c2feb23ea23ecee48e5520acb650f Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Thu, 12 Sep 2024 11:45:49 -0700 Subject: [PATCH] add rule to build environment, and fix protocol for hyde... --- Makefile | 5 ++++- requirements.txt | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3fdcde4..4c75988 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ -.PHONY: deploy +.PHONY: env +env: requirements.txt + python3 -m venv p && . ./p/bin/activate && pip install -r requirements.txt +.PHONY: deploy deploy: rm -rf deploy hyde gen diff --git a/requirements.txt b/requirements.txt index 6e955fb..a1ce748 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -git+git://github.com/jmgurney/hyde.git@c8a8aafe081ce7bf9ea90b7e260914522e546210 +git+https://github.com/jmgurney/hyde.git@c8a8aafe081ce7bf9ea90b7e260914522e546210 boto