Add SDK package installation instructions (#5084)

main
Maxim Zhiltsov 3 years ago committed by GitHub
parent 6811c57ef4
commit 688cc23622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save