-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f506b6
commit 0c540e7
Showing
2 changed files
with
35 additions
and
35 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
Howto Install CSVpySTAT | ||
First of all the Program CSVpySTAT is based on Python3.x | ||
Therefore you need an installation from Python 3.x first. | ||
Due to your System, this shoot by diffenent. | ||
Linux, Mac, Windows, Android(Pydroid) | ||
After installation of Python 3.x you have only to download the current released package under: | ||
https://github.com/blaubaer01/CSVpySTAT | ||
unzip the package | ||
Now it could by that you haver to install the needed Python packages: | ||
Numpy, Pandas, Matplotlib, Scipy, outlier_utils, seaborn, tkinter, tksheet, statsmodels, tabulate | ||
This you have to do into console by use the command: | ||
pip install [packagename] | ||
example: pip install scipy | ||
If any update of the package is needed, type: pip install [packagename] --upgrade | ||
After all the Installation you can run the Programm by start over console. | ||
You have to change into the packagefolder. | ||
For example on Windows: cd c:temp\foldername or into linux cd /home/foldername | ||
After that type: | ||
in Windows: python CSVpySTAT.py | ||
into Linux: python3 CSVpySTAT.py | ||
(Into Windows it can be enough to do doublecklick at the CSVpySTAT.py) | ||
Howto Install CSVpySTAT | ||
|
||
First of all the Program CSVpySTAT is based on Python3.x | ||
Therefore you need an installation from Python 3.x first. | ||
Due to your System, this shoot by diffenent. | ||
|
||
Linux, Mac, Windows, Android(Pydroid) | ||
|
||
After installation of Python 3.x you have only to download the current released package under: | ||
https://github.com/blaubaer01/CSVpySTAT | ||
|
||
unzip the package | ||
|
||
Now it could by that you haver to install the needed Python packages: | ||
Numpy, Pandas, Matplotlib, Scipy, outlier_utils, seaborn, tkinter, tksheet, statsmodels, tabulate | ||
|
||
This you have to do into console by use the command: | ||
|
||
pip install [packagename] | ||
|
||
example: pip install scipy | ||
|
||
If any update of the package is needed, type: pip install [packagename] --upgrade | ||
|
||
After all the Installation you can run the Programm by start over console. | ||
|
||
You have to change into the packagefolder. | ||
|
||
For example on Windows: cd c:temp\foldername or into linux cd /home/foldername | ||
|
||
After that type: | ||
into Windows: python CSVpySTAT.py | ||
into Linux: python3 CSVpySTAT.py | ||
|
||
(Into Windows System it could be enough to do doublecklick at the CSVpySTAT.py File) |