docs: add CLI installiation guide via poetry (#7619)

Co-authored-by: Hyejin Yoon <yoonhyejin@ip-192-168-2-15.us-west-2.compute.internal>
This commit is contained in:
Hyejin Yoon 2023-03-18 10:51:00 +09:00 committed by GitHub
parent 44a8536ef6
commit eff45e50da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,12 @@ Tested & confirmed config: 2 CPUs, 8GB RAM, 2GB Swap area, and 10GB disk space.
python3 -m pip install --upgrade acryl-datahub
datahub version
```
If you're using poetry, run the following command.
```sh
poetry add acryl-datahub
datahub version
```
:::note