{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Installation" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## pip" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "You can install clifford using `pip`\n", " \n", " pip install clifford" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## git" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "If you want the development version of `clifford` you can get the git repo. \n", "\n", " https://github.com/arsenovic/clifford\n", " \n", "Then install the standard way with \n", "\n", " python setup.py install \n", " \n", "or, if you intend to make changes to clifford, you may want to install in *develop* mode with \n", "\n", " python setup.py develop\n" ] } ], "metadata": { "kernelspec": { "display_name": "IPython (Python 2)", "language": "python", "name": "python2" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 2 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", "version": "2.7.11" } }, "nbformat": 4, "nbformat_minor": 0 }