LibrariesΒΆ

pyLIMA is a python based software which require some libraries. For a rapid installation, go into the main pyLIMA repository and run:

> pip install -r requirements.txt

In more details, here are the main python modules that pyLIMA required:

numpy

scipy

matplotlib

Astropy

pyslalib, the slalib python wraper

emcee, the mcmc hammer

VBBinaryLensing, Valerio Bozza magnificaiton routine

You should be able to install all of this using:

> pip install the_module