From 0e4084d991ec6ca088eb037c965217ed7dab501b Mon Sep 17 00:00:00 2001 From: Amy Wooding <36967030+acwooding@users.noreply.github.com> Date: Tue, 14 May 2024 12:07:51 -0400 Subject: [PATCH] Update README.md fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17d1572..29ef037 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ once you've installed anaconda, you can install the remaining requirements (incl ```bash conda create --name easydata python=3 conda activate easydata -python -m pip install -f requirements.txt +python -m pip install -r requirements.txt ```