From 76007cf57d468c5bf664857412939d559ecefbde Mon Sep 17 00:00:00 2001 From: Clark Willison Date: Mon, 13 Jul 2020 21:07:11 -0700 Subject: install docs: remove references to (removed) AUR package --- docs/getting.rst | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) (limited to 'docs') diff --git a/docs/getting.rst b/docs/getting.rst index 09815fe..84239e2 100644 --- a/docs/getting.rst +++ b/docs/getting.rst @@ -9,13 +9,19 @@ You can install it (or upgrade to the latest version) using pip_:: $ pip install -U pint -That's all! You can check that Pint is correctly installed by starting up python, and importing pint: +That's all! You can check that Pint is correctly installed by starting up python, and importing Pint: .. code-block:: python >>> import pint >>> pint.__version__ # doctest: +SKIP +Or running the test suite: + +.. code-block:: python + + >>> pint.test() + .. note:: If you have an old system installation of Python and you don't want to mess with it, you can try `Anaconda CE`_. It is a free Python distribution by Continuum Analytics that includes many scientific packages. To install pint @@ -23,18 +29,6 @@ That's all! You can check that Pint is correctly installed by starting up python $ conda install -c conda-forge pint -You can check the installation with the following command: - -.. code-block:: python - - >>> pint.test() # doctest: +SKIP - - -On Arch Linux, you can alternatively install Pint from the Arch User Repository -(AUR). The latest release is available as `python-pint`_, and packages tracking -the master branch of the GitHub repository are available as `python-pint-git`_ -and `python2-pint-git`_. - Getting the code ---------------- @@ -56,13 +50,9 @@ Once you have a copy of the source, you can embed it in your Python package, or $ python setup.py install - .. _easy_install: http://pypi.python.org/pypi/setuptools .. _Python: http://www.python.org/ .. _pip: http://www.pip-installer.org/ .. _`Anaconda CE`: https://store.continuum.io/cshop/anaconda -.. _`python-pint`: https://aur.archlinux.org/packages/python-pint/ -.. _`python-pint-git`: https://aur.archlinux.org/packages/python-pint-git/ -.. _`python2-pint-git`: https://aur.archlinux.org/packages/python2-pint-git/ .. _PyPI: https://pypi.python.org/pypi/Pint/ .. _GitHub: https://github.com/hgrecco/pint -- cgit v1.2.1