This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
baysec
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add rule to build environment, and fix protocol for hyde...
main
John-Mark Gurney
3 months ago
parent
3004c6caee
commit
49274360fc
2 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
Makefile
+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
Write
Preview
Loading…
Cancel
Save