Download and installation ========================= ``cmplot`` has no platform-specific dependencies and should thus work on all platforms. Python instructions ------------------- The latest version of cmplot can be installed by typing either: .. code-block:: bash pip3 install --upgrade cmplot (from `Python Package Index `_) or: .. code-block:: bash pip3 install git+https://github.com/g-insana/cmplot.py.git (from `GitHub `_). Julia instructions ------------------ .. code-block:: julia julia> import Pkg; Pkg.add("CMPlot") (from `official Julia registry `_) or: .. code-block:: julia julia> ] (v1.1) pkg> dev https://github.com/g-insana/CMPlot.jl.git (from `CMPlot GitHub `_).