Package for time series analysis course on LTH
Project description
Python package for Time Series Analysis course at LTH.
Written by Filipp Lernbo.
Installation
I assume you have python 3.8 or later installed on your computer.
1. Create virtual environment
Install virtualenv if not already installed. This is done by typing pip install virtualenv in your terminal.
Open terminal and navigate to your time-series directory. Type python -m venv tsa_venv to create the virtual environment
2. Activate the virtual environment
In the newly created directory, there is a bin-folder. Among other things, this contains an activation script: <tsa-folder>/bin/activate. Type source <path-to-activate-file> to activate your virtual environment.
Tip! You can create an alias for this step. If you're on mac, you can open the file ~/.bash_profile and add a line: alias tsa="source <path-to-activate-file>". Next time you open terminal, you only need to write "tsa" to activate the virtual environment.
3. Install this package
Navigate to the root of this project and type pip install -r requirements.txt followed by pip install --editable ..
Now, when you're in this virtual environment you can always import files from this repo, where ever you are on the computer.
Contributing
Read the CONTRIBUTING.md file before pushing code.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tsa_lth-0.0.4.tar.gz.
File metadata
- Download URL: tsa_lth-0.0.4.tar.gz
- Upload date:
- Size: 26.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2f36c2d9085fa867a33c4becf38bfd657423a640d49d0489d7107c8d7081e42
|
|
| MD5 |
49056d651548e7939c830ce7ad5d2672
|
|
| BLAKE2b-256 |
666ad75703debc99e8c1ce489f70f5206b7009cd61ae6b3c12a496fa4b4ffc7b
|
File details
Details for the file tsa_lth-0.0.4-py3-none-any.whl.
File metadata
- Download URL: tsa_lth-0.0.4-py3-none-any.whl
- Upload date:
- Size: 26.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
371ae37b6500628ff0c536e9ae8e164c4a6ff72837644d78754803f8b443fc37
|
|
| MD5 |
98509f13c411b8bd53e5cf6455820273
|
|
| BLAKE2b-256 |
1499a157841c5d1e2629754944828c84b22daa6afed68e431ca8e9b8dd7d17ca
|