update README

This commit is contained in:
Robin Müller 2022-12-15 11:02:54 +01:00
parent a3b77d2366
commit 178b624784
2 changed files with 3 additions and 9 deletions

View File

@ -68,18 +68,10 @@ Assuming you are running in a virtual environment:
1. Install `tmtccmd` for virtual environment. `-e` for interactive installation. 1. Install `tmtccmd` for virtual environment. `-e` for interactive installation.
```sh ```sh
cd tmtccmd cd deps/tmtccmd
pip install -e .[gui] pip install -e .[gui]
``` ```
2. You can also install the `spacepackets` package locally/interactively
Normally, it will be installed as a `tmtccmd` dependency.
```sh
cd spacepackets
pip install -e .
```
Alternatively you can also install the packages from PyPI completely, but the risk of Alternatively you can also install the packages from PyPI completely, but the risk of
incompatibilities will be high there incompatibilities will be high there

2
deps/install_tmtccmd.sh vendored Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash