From 9f818ed6f504ba6a73d711cd8285bc0dc563011a Mon Sep 17 00:00:00 2001 From: dishakamale Date: Wed, 9 Jun 2021 10:41:29 -0400 Subject: [PATCH] updated installation instructions --- README.md | 7 +------ requirements.txt | 6 ++++++ 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 2de6df6..d6f7aa3 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,9 @@ Linux (Ubuntu) ```bash sudo apt install python-pip - pip install six - pip install matplotlib - pip install numpy sudo apt install python-tk - pip install networkx==1.11 - pip install pyyaml - pip install pp # Optional apt install cmake + pip install -r requirements.txt ``` * Note: Ensure that Python 2.7 is installed. diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e56f600 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +six +matplotlib +numpy +networkx==1.11 +pyyaml +pp # optional