Shortcuts

Installation

Due to some strict version requirements on packages, it is recommended to install LUMIN in its own Python environment, e.g conda create -n lumin python=3.6

From PyPI

The main package can be installed via: pip install lumin

Full functionality requires two additional packages as described below.

From source

git clone git@github.com:GilesStrong/lumin.git
cd lumin
pip install .

Optionally, run pip install with -e flag for development installation. Full functionality requires an additional package as described below.

Additional modules

Full use of LUMIN requires the latest version of PDPbox, but this is not released yet on PyPI, so you’ll need to install it from source, too:

  • git clone https://github.com/SauceCat/PDPbox.git && cd PDPbox && pip install -e . note the -e flag to make sure the version number gets set properly.

Read the Docs v: v0.8.0
Versions
latest
stable
v0.8.0
v0.7.2
v0.7.1
v0.7.0
v0.6.0
v0.5.1
v0.5.0
v0.4.0.1
v0.3.1
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.

Docs

Access comprehensive developer and user documentation for LUMIN

View Docs

Tutorials

Get tutorials for beginner and advanced researchers demonstrating many of the features of LUMIN

View Tutorials