Installation
=================

Install from PyPi
-----------------------

You can install Fireworks using pip:

::

    pip install pytorch-fireworks

It is recommended to do this from within a virtual environment.

Install from source
-----------------------

For development purposes, you can download the source repository and install the latest version directly.

::

    git clone https://github.com/smk508/Fireworks.git
    cd Fireworks
    pip install .
