1. Installation of ana_cont¶
1.1. User installation¶
Execute the following steps to install the dependencies
and the ana_cont library:
sudo apt install python3-devpython3 -m pip install -U pyqt5 matplotlib wheel cython h5py scipypython3 -m pip install ana_cont
This installs the ana_cont python library.
The GUI scripts are also installed and
can be called from the command line as maxent.py, pade.py, maxent_bosonic.py.
1.2. Developer installation¶
For a developer installation it is recommended to create a separate virtual environment, based on python3. In this environment, perform the following steps:
python3 -m pip install -U pip setuptools wheel numpy cythongit clone git@github.com:josefkaufmann/ana_cont.gitcd ana_contpython3 -m pip install .
Now you can run the unit tests:
python3 -m unittest tests/ana_cont_tests.py -v