This commit is contained in:
parent
b464182df7
commit
06a058fc4d
@ -65,12 +65,19 @@ There are two ways to install the requirements. One is to install the primary de
|
|||||||
|
|
||||||
## Installing via PyPI
|
## 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
|
```sh
|
||||||
pip install -e .
|
pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you only want to install all dependencies:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
## Install interactively
|
## Install interactively
|
||||||
|
|
||||||
Clone the dependency first inside the `deps` folder
|
Clone the dependency first inside the `deps` folder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user