diff --git a/README.md b/README.md index 03c32b0..054aca1 100644 --- a/README.md +++ b/README.md @@ -68,18 +68,10 @@ Assuming you are running in a virtual environment: 1. Install `tmtccmd` for virtual environment. `-e` for interactive installation. ```sh - cd tmtccmd + cd deps/tmtccmd 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 incompatibilities will be high there diff --git a/deps/install_tmtccmd.sh b/deps/install_tmtccmd.sh new file mode 100644 index 0000000..05a7907 --- /dev/null +++ b/deps/install_tmtccmd.sh @@ -0,0 +1,2 @@ +#!/bin/bash +