You can install clifford using pip
pip install clifford
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