Installation
Note
If you are already a Julia user, you can skip this section.
This section explains how to install Julia and UFFFiles.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,
juliaupcan be installed directly from the Windows store or from a terminal by typing the following command:winget install julia -s msstoreMacOS and Linux
On MacOS and Linux,
juliaupcan be installed from a terminal by typing:curl -fsSL https://install.julialang.org | shor 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 releaseInstall UFFFiles.jl 
The package is registered in the Julia General Registry. So, to install the package, you can use the following command:
(Yourenv) pkg> add UFFFiles