ev-flow / ev-flow/quark-engine

Update Quark Agent's installation instructions in the next release

Open
#671 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.