update installation instructions to include scipy dependency

Signed-off-by: YoungSoo Shin <shinys000114@gmail.com>
This commit is contained in:
2025-12-11 18:21:02 +09:00
parent ce569b9410
commit dde9611058

View File

@@ -42,7 +42,7 @@ Ensure you have Python 3 installed.
With the virtual environment activated, install the necessary Python packages: With the virtual environment activated, install the necessary Python packages:
```bash ```bash
pip3 install requests websockets protobuf pandas matplotlib python-dateutil pip3 install requests websockets protobuf pandas matplotlib python-dateutil scipy
``` ```
### 4. Protobuf Generated File ### 4. Protobuf Generated File