Installation

conda

The recommended way to install clifford is through the anaconda python distribution. (get anaconda)

Once you have anaconda installed you can install clifford from the conda-forge channel with the command,

conda install -c conda-forge clifford

If you dont want to install anaconda, then you can use either pip or git, as described below.

pip

You can install clifford using pip

pip install clifford

git

If you want the development version of clifford you can get the git repo.

https://github.com/arsenovic/clifford

Then install the standard way with

python setup.py install

or, if you intend to make changes to clifford, you may want to install in develop mode with

python setup.py develop