From ac0ad1783a2ad8e69a0107a789656f2cf2da7c72 Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Wed, 4 Nov 2020 16:13:00 +1300 Subject: [PATCH] docs: Remove unused section We don't have a root level requirements.txt or setup.py. --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 4e1bf7c02f..86b6ab6fd0 100644 --- a/README.md +++ b/README.md @@ -49,20 +49,6 @@ $ npm install -g aws-cdk ``` -## Python CLI Installation -* Install Python dependencies - -```bash -$ pip install -r requirements.txt -``` - -* Install Data Lake - -```bash -$ python ./setup.py install -``` - - ## AWS Infrastructure Deployment (CDK Stack) * Install Python CDK dependencies