Skip to content
Snippets Groups Projects
Commit 2f173fcc authored by Ian Bell's avatar Ian Bell
Browse files

Better getting started

parent 3692482a
No related branches found
No related tags found
No related merge requests found
Getting Started Introduction
=============== ============
teqp is a C++-based library with wrappers. The documentation is based on the Python wrapper because it can be readily integrated with the documentation tools and can be auto-generated at documentation build time. teqp is a C++-based library with wrappers. The documentation is based on the Python wrapper because it can be readily integrated with the documentation tools and can be auto-generated at documentation build time.
The library can (for Python) be installed with: Installation
============
Python
------
The library can be installed with:
.. code:: .. code::
pip install teqp pip install teqp
as the binary wheels for all major platforms are provided on pypi. as the binary wheels for all major platforms are provided on pypi.
\ No newline at end of file
If you desire to build teqp yourself, it is recommended to pull from github and build a binary wheel:
.. code::
git clone --recursive https://github.com/usnistgov/teqp
cd teqp
python setup.py bdist_wheel
pip install dist/*.whl # or replace with the appropriate binary wheel
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment