How to install Pollen.jl

Pollen.jl is a package for the Julia programming language and can be installed like other packages using the built-in package manager. Run the following in a Julia session to install Pollen and its dependencies:


			
			
			
			using
			
			 
			Pkg
			

			
			
			Pkg
			.
			
			add
			(
			
			
			Pkg
			.
			
			PackageSpec
			(
			
			url
			=
			
			"
			https://github.com/lorenzoh/Pollen.jl
			"
			)
			)