This package has been tested with Python 3.12 and 3.14. Before running the project, make sure the following dependencies are installed in your Python environment (either global or within a virtual environment):
numpypandasscipymatplotlibstatsmodelsfilterpysoundfile
-
Install Git.
-
Open Git Bash (or your preferred terminal) and navigate to the folder where you want to place the project:
cd path/to/your/folder -
Clone the repository:
git clone https://github.com/andreasjak/TimeSeriesAnalysis.git
Alternatively, you can download the project folder as a ZIP file directly from GitHub and extract it to your chosen location.
Once installed or downloaded, you can run your projects directly from within the folder.
You can also install the package as a local editable library using pip, but note that this method has not yet been fully tested:
pip install -e path/to/TimeSeriesAnalysisBefore contributing or pushing any code, please read the CONTRIBUTING.md file.