prep v5.6.0 #237

Merged
muellerr merged 5 commits from prep_v5.6.0 into main 2023-09-14 12:21:38 +02:00
Showing only changes of commit 06a058fc4d - Show all commits

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