aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAsbjørn Sloth Tønnesen <ast@fiberby.net>2020-05-04 10:08:43 +0000
committerAsbjørn Sloth Tønnesen <ast@fiberby.net>2020-05-04 10:08:43 +0000
commit0ef91e74908fb8d9dfc813c276c9c2559708f3f9 (patch)
treeada14c3450f29323cbd5deb5847d84e0d48a8718 /README.md
parent341839955fca57a4cfe8908e37b3a0fba45a2c2f (diff)
downloadpeeringdb-simplesync-0ef91e74908fb8d9dfc813c276c9c2559708f3f9.tar.gz
peeringdb-simplesync-0ef91e74908fb8d9dfc813c276c9c2559708f3f9.tar.xz
peeringdb-simplesync-0ef91e74908fb8d9dfc813c276c9c2559708f3f9.zip
fixed to work with the new apidoc in YAML
Signed-off-by: Asbjørn Sloth Tønnesen <ast@fiberby.net>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4d613c8..6777042 100644
--- a/README.md
+++ b/README.md
@@ -10,13 +10,14 @@ Requirements
* Python 3.6+
* psycopg2 2.7+
* python-requests 2+
+* python-yaml
Installation
-----
```sh
-sudo apt install git python3 python3-requests python3-psycopg2
+sudo apt install git python3 python3-requests python3-psycopg2 python3-yaml
git clone https://git.2e8.dk/peeringdb-simplesync
cd peeringdb-simplesync