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
			"
			)
			)The following pages link back here:
Creating, writing and publishing package documentation, Pollen.jl