From 00d1d55181dc0a30ae443e2058feafbb5f7b44e0 Mon Sep 17 00:00:00 2001 From: nuluh Date: Thu, 24 Apr 2025 10:23:31 +0700 Subject: [PATCH] docs(README): add instructions for running stft.ipynb notebook --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 29b847c..406a224 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,8 @@ The repository is private and access is restricted only to those who have been g All contents of this repository, including the thesis idea, code, and associated data, are copyrighted © 2024 by Rifqi Panuluh. Unauthorized use or duplication is prohibited. [LICENSE](https://github.com/nuluh/thesis?tab=License-1-ov-file#readme) + +## How to Run `stft.ipynb` + +1. run `pip install -e .` in root project first +2. run the notebook \ No newline at end of file