Installation
Note
If you are already a Julia user, you can skip this section.
This section explains how to install Julia and Vibration.jl
.
Install Julia 
There exists several ways of installing Julia and managing versions. The recommended way consists in installing juliaup
, which is a Julia version manager.
Windows
On Windows,
juliaup
can be installed directly from the Windows store or from a terminal by typing the following command:winget install julia -s msstore
MacOS and Linux
On MacOS and Linux,
juliaup
can be installed from a terminal by typing:curl -fsSL https://install.julialang.org | sh
or by using software repositories:
# MacOS brew install juliaup # Arch-based distributions yay -S juliaup
Once juliaup
is installed, the latest version of Julia can be installed from a terminal as follows:
juliaup add release
Install VibrationData.jl 
The package is not yet registered in the Julia General Registry. To install the package, you can use the following command:
> add "git@https://github.com/maucejo/VibrationData.jl.git" (Yourenv) pkg