Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 855 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 855 Bytes

Vibrationdata for Python

This package was copied from the Vibrationdata Wordpress site and converted to a Python package.

Email: [email protected] / [email protected]

Installing the Package from Source

In the future, this $should$ be installed by command line from PyPI, but for now, clone the package locally (or download) and navigate to the directory containing the pyproject.toml file and run the following command to install:

pip install .

Using the GUI

Once the package is installed, the GUI package can be started from running the following command in a console:

python -m vibrationdata.vibrationdata

... or the following commands from a python REPL session:

from vibrationdata import vibrationdata