2 - Installation
If you have not done so already, download and install Julia.
This package was developed with julia 1.1.0
().
To install AlphaStructures package first you have to download this repository.
Then start julia and navigate to the folder called AlphaStructures.jl
(with the command ;cd
); here run:
include("src/AlphaStructures.jl")
If you want, you can test if everything is working fine by running
include("test/runtests.jl")
this will run all the tests written so far and checking all is working properly.
If you want to use a Graphic Interface to preview the results you are going to build up you can also use ViewerGL package developed by CVD-LAB by running
]add ViewerGL
using ViewerGL