Installation

https://images.unsplash.com/photo-1567746135551-999fa08b4756?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1360&q=80

This part of the documentation covers the installation of Pyromorphite. The first step to using any software package is getting it properly installed.

Get the Source Code

Requests is actively developed on GitHub, where the code is always available.

You can either clone the public repository:

$ git clone git://github.com/xcavation/pyromorphite.git

Once you have a copy of the source, you can embed it in your own Python package, or install it into your site-packages easily:

$ cd pyromorphite
$ pip install .