summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2021-03-26 16:47:53 +0000
committerJohn Estabrook <jestabro@vyos.io>2021-03-26 16:47:53 +0000
commita6de79413b04b4043a4cf7c44a778f1f23fdf43f (patch)
tree766e856571d49de8c970e020ec533615aac8b6c4 /README.md
downloadvyos-http-api-tools-a6de79413b04b4043a4cf7c44a778f1f23fdf43f.tar.gz
vyos-http-api-tools-a6de79413b04b4043a4cf7c44a778f1f23fdf43f.zip
initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c324a7b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+# vyos-http-api-tools
+Debian files for wrapping FastAPI and supporting tools as a deb package, using dh_virtualenv
+
+To build:
+
+ dpkg-buildpackage -uc -us -tc -b
+
+To update dependency versions from un-versioned packages names:
+(Install pip-compile from 'pip-tools')
+
+ pip-compile requirements.in > requirements.txt