Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherzhafif authored Oct 11, 2024
1 parent a619a23 commit e9186ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,15 @@


### How to run
- Clone This Repositry -> Pythistic Folder

git clone https://github.com/brotherzhafif/Pythistic.git
cd Pythistic
- Open Dataset.py -> paste your 1D array data

# Example
data = (1,3,6,8,4)
- Open Terminal and Run the Main.py
- Run the Main.py

python Main.py # for universal python distribution
python3 Main.py # for Python 3 distribution
Expand Down

0 comments on commit e9186ac

Please sign in to comment.