Browse Source

add rule to build environment, and fix protocol for hyde...

main
John-Mark Gurney 3 months ago
parent
commit
49274360fc
2 changed files with 5 additions and 2 deletions
  1. +4
    -1
      Makefile
  2. +1
    -1
      requirements.txt

+ 4
- 1
Makefile View File

@@ -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


+ 1
- 1
requirements.txt View File

@@ -1,2 +1,2 @@
git+git://github.com/jmgurney/hyde.git@c8a8aafe081ce7bf9ea90b7e260914522e546210
git+https://github.com/jmgurney/hyde.git@c8a8aafe081ce7bf9ea90b7e260914522e546210
boto

Loading…
Cancel
Save