ev-flow / ev-flow/quark-engine
Update Quark Agent's installation instructions in the next release
Open
documentation
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 218
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 7
Description
Refer to #670.
We currently use the following complex commands to install Quark Agent because Quark Agent is not included in any release.
```
git clone https://github.com/quark-engine/quark-engine.git & cd quark-engine
pip install .[QuarkAgent]
```
In the next release, we should simplify the Quark Agent installation commands as follows.
```
pip install quark-engine[QuarkAgent]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.