We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338fa2f commit cc8400fCopy full SHA for cc8400f
docs/epidata_development.md
@@ -5,6 +5,17 @@ nav_order: 4
5
6
# Epidata API Development Guide
7
8
+## Quickstart
9
+
10
+```
11
+$ curl "https://raw.githubusercontent.com/cmu-delphi/delphi-epidata/dev/dev/local/install.sh" | bash
12
+$ cd driver
13
+$ [sudo] ./epidata-refresh.sh database web python
14
15
+(sudo requirement depends on your Docker installation and operating system)
16
17
+## Long version
18
19
**Prerequisite:** this guide assumes that you have read the
20
[frontend development guide](https://github.com/cmu-delphi/operations/blob/main/docs/frontend_development.md).
21
0 commit comments