lalib/docs/index.rst

41 lines
954 B
ReStructuredText

lalib - A Python library to study linear algebra
================================================
.. toctree::
:hidden:
:maxdepth: 1
license
reference
The goal of this package is to provide
a library written in pure `Python`_ (incl. the `standard library`_)
to learn about linear algebra by reading and writing code.
Prerequisites
-------------
Python 3.9 or newer is needed.
The package depends only on core Python (incl. the standard library).
Installation
------------
`lalib`_ is available on `PyPI`_ via `pip`_:
.. code-block:: console
$ pip install lalib
It is recommended to install the package into a `virtual environment`_.
.. _standard library: https://docs.python.org/3/library/index.html
.. _lalib: https://github.com/webartifex/lalib
.. _pip: https://pip.pypa.io/en/stable/
.. _pypi: https://pypi.org/
.. _python: https://docs.python.org/3/
.. _virtual environment: https://docs.python.org/3/tutorial/venv.html