Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 396 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 396 Bytes

ParticleSwarmAlignment.jl

This Julia package provides the module ParticleSwarmAlignment.

It is installable with the following lines:

julia> using Pkg
julia> Pkg.add(PackageSpec(path="https://github.com/theferrit32/ParticleSwarmAlignment.jl"))

The module should now be installed and its exports can be loaded into the current scope with:

julia> using ParticleSwarmAlignment