From ca7bc717880276d0da549e9d975939b6d7d44db8 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Wed, 9 Oct 2019 00:03:31 -0700 Subject: [PATCH] add git to necessary programs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fccc717..76295af 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,10 @@ pip3 install 'meanas[test,examples]' ``` ### Development install -Install python3.7 and virtualenv: +Install python3.7, virtualenv, and git: ```bash # This is for Debian/Ubuntu/other-apt-based systems; you may need an alternative command -sudo apt install python3.7 virtualenv build-essential python3.7-dev +sudo apt install python3.7 virtualenv build-essential python3.7-dev git ``` If python 3.7 is not your default python3 version, create a virtualenv: