README
EIVE/-/pipeline/pr-main This commit looks good Details

This commit is contained in:
Robin Müller 2023-09-14 12:20:35 +02:00
parent b464182df7
commit 06a058fc4d
Signed by: muellerr
GPG Key ID: A649FB78196E3849
1 changed files with 8 additions and 1 deletions

View File

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