heartrate
Simple real time visualisation of the execution of a Python program.
File Explorer
Download Latest Version (.zip)- bootstrap.min.css
- main.css
- monokai.css
- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
- glyphicons-halflings-regular.woff2
- logo.png
- logo_full.png
- jquery-3.2.1.js
- stacktrace.js
- favicon.ico
- base.html
- file.html
- file_table.html
- index.html
- __init__.py
- core.py
- files.py
- .gitignore
- LICENSE
- README.md
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/alexmojaki/heartrate
Downloads the entire project code from GitHub to your computer.
cd heartrate
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly โ no need to clone the source.
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
