Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.01 KB

INSTALL.rst

File metadata and controls

32 lines (21 loc) · 1.01 KB

Installation instructions

With the [conda] package manager you can install python with:

conda install --channel=conda-forge physics-tenpy

More details and tricks in /install/conda.

If you don't have conda, but you have [pip], you can:

pip install physics-tenpy

More details for this method can be found in /install/pip.

We also have a bunch of optional /install/extra, which you don't have to install to use TeNPy, but you might want to.

The method with the minimal requirements is to just download the source and adjust the PYTHONPATH, as described in /install/from_source. This is also the recommended way if you plan to modify parts of the source.

install/conda install/pip install/updating install/from_source install/extra install/test install/license