update README
This commit is contained in:
parent
a3b77d2366
commit
178b624784
10
README.md
10
README.md
@ -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
2
deps/install_tmtccmd.sh
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
Loading…
Reference in New Issue
Block a user