Installation

molten supports Python versions 3.6 and up and is installable via pip or from source.

Via pip

To install molten, simply run the following command in a terminal:

$ pip install -U molten

If you don’t have pip installed, check out this guide.

From Source

To install the latest development version of molten from source, clone the repo from GitHub

$ git clone https://github.com/Bogdanp/molten

then install it to your local site-packages by running

$ pip install -e '.[dev]'

in the cloned directory.