Installation
Python package sympy is required for some functionalities. SymPy.jl is reexported in AnalyticComb.jl.
$python -m pip install --upgrade pip
$pip install sympyThen, from Julia:
julia> # type the right bracket to enter pkg REPL ']'
pkg>add AnalyticCombOr
julia>using Pkg; Pkg.add("AnalyticComb")