diff --git a/README.md b/README.md index 5a6176b..c063bac 100644 --- a/README.md +++ b/README.md @@ -65,12 +65,19 @@ There are two ways to install the requirements. One is to install the primary de ## Installing via PyPI -Assuming you are running in a virtual environment: +It is recommended to install `eive-tmtc` itself interactively, which also installs +all required dependencies. ```sh pip install -e . ``` +If you only want to install all dependencies: + +```sh +pip install -r requirements.txt +``` + ## Install interactively Clone the dependency first inside the `deps` folder