From 710532aa5db4f24bac73cc6ff04c458b6670ecc9 Mon Sep 17 00:00:00 2001 From: lisamessier <97008179+lisamessier@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:21:00 -0400 Subject: [PATCH] updated README with correct instructions for installing from Github (#1141) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd8540009..28aa23a71 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ You can install the most recent release by running: `pip install parsons[all]` ### Install from Github To access the most recent code base that may contain features not yet included in the latest release, download this -repository and then run `python setup.py develop`. +repository and then run `python -m pip install git+https://github.com/move-coop/parsons.git`. ### Docker Container