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 ```