未验证 提交 688cc236 编写于 作者: M Maxim Zhiltsov 提交者: GitHub

Add SDK package installation instructions (#5084)

上级 6811c57e
......@@ -55,7 +55,19 @@ pip install -r gen/requirements.txt
./gen/generate.sh
```
4. To allow editing of the package, install it with `pip install -e cvat-sdk/`.
4. Install the packages:
```bash
pip install cvat-sdk/
pip install cvat-cli/
```
If you want to edit package files, install them with `-e`:
```bash
pip install -e cvat-sdk/
pip install -e cvat-cli/
```
## How to edit templates
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册