README
This commit is contained in:
parent
a30bccc995
commit
b464182df7
24
README.md
24
README.md
@ -61,22 +61,30 @@ Run GUI mode
|
|||||||
# <a id="reqs"></a> Install requirements
|
# <a id="reqs"></a> Install requirements
|
||||||
|
|
||||||
There are two ways to install the requirements. One is to install the primary dependency
|
There are two ways to install the requirements. One is to install the primary dependency
|
||||||
`tmtccmd` interactively. This is the recommended way
|
`tmtccmd` interactively.
|
||||||
|
|
||||||
|
## Installing via PyPI
|
||||||
|
|
||||||
Assuming you are running in a virtual environment:
|
Assuming you are running in a virtual environment:
|
||||||
|
|
||||||
1. Install `tmtccmd` for virtual environment. `-e` for interactive installation.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd deps/tmtccmd
|
pip install -e .
|
||||||
pip install -e .[gui]
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively you can also install the packages from PyPI completely, but the risk of
|
## Install interactively
|
||||||
incompatibilities will be high there
|
|
||||||
|
Clone the dependency first inside the `deps` folder
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pip install -r requirements.txt
|
cd deps
|
||||||
|
./install_tmtccmd.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
Then you can install `tmtccmd` interactively
|
||||||
|
|
||||||
|
```sh
|
||||||
|
cd tmtccmd
|
||||||
|
pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
# Run Linter
|
# Run Linter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user