document changed

This commit is contained in:
2025-01-24 17:00:18 +09:00
parent d31d3d0910
commit 4b6472f48e
3 changed files with 10 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -29,3 +29,11 @@ python -m venv env
```bash ```bash
uvicorn app.main:app --reload uvicorn app.main:app --reload
``` ```
# ZCC対応
1. ENV環境中Pythone現在使用している証明書(cacert.pem)のパス確認
```
python -m certifi
# C:\Projects\AI-IOT\AppBuilderforkintone\backend\env\Scripts\python.exe: No module named certifi
```
2. 上記のコマンドを実行すると、証明書までのパスが出てくるので、どこかにメモしてください。次のコマンドで使います。