From 426f16e5c272172be291f3cdf410c19b2cce2dcb Mon Sep 17 00:00:00 2001 From: Peter Baumgartner Date: Mon, 30 Oct 2023 16:44:45 -0600 Subject: [PATCH] Install local code `pip install airpy` will install https://pypi.org/project/airpy/ which looks unrelated. This updates the docs to install from the local project code. --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ce52da4..2d21eea 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,9 @@ Clone the repo: ``` git clone git@github.com:kelsdoerksen/airPy.git ``` -Navigate to the airPy folder and install the package using `pip`. +Navigate to the airPy folder and install the package and dependencies using `pip`. ``` -pip install airpy -``` -Install package dependencies using -``` -pip install -r requirements.txt +pip install . -r requirements.txt ```