Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/hcji/TSAnalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
hcji committed Jul 8, 2021
2 parents beec6ed + aa5b619 commit 4809bfe
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,31 @@ Then, download the gzip file, unzip to any folder and execute TSAnalyst.
Windows: [TSAnalyst-0.99.2-win64.exe](https://zenodo.org/record/5077939#.YOZHmDPitPY)
Linux: [TSAnalyst-0.99.2-Linux.tar.gz](https://zenodo.org/record/5077939#.YOZHmDPitPY)


### Compile with source

Advanced users and Mac users can compile the source codes. Required dependencies:

1. [Anaconda for python (python version >= 3.6)](https://www.anaconda.com/)
2. [R (>= 4.0)](https://www.r-project.org/)
3. [PyQt5](https://pypi.org/project/PyQt5/)
4. [RPy2](https://pypi.org/project/rpy2/)
* [Anaconda for python (python version >= 3.6)](https://www.anaconda.com/)
* [R (>= 4.0)](https://www.r-project.org/)
* [PyQt5](https://pypi.org/project/PyQt5/)
* [RPy2](https://pypi.org/project/rpy2/)

Then, clone the repository and enter:

git clone https://github.com/hcji/TSAnalyst.git

Next, compile the source

pyinstaller TSAnalyst.py -w -i ./img/TPCA.ico --hidden-import=“sklearn.utils._weight_vector”

Just run */dist/TSAnalyst.exe*


### Document

The detailed usage is included in the [help document](https://github.com/hcji/TSAnalyst/blob/master/TSAnalyst%20Desktop%20Tutorial.docx)


pyinstaller TSAnalyst.py -w -i ./img/TPCA.ico --hidden-import=“sklearn.utils._weight_vector”

### Contact

E-mail: [email protected]

0 comments on commit 4809bfe

Please sign in to comment.