Installation ============ From setup.py ------------- Use this method to get the latest features. Note that this may result in an installation that is not stable! Clone this repository and install into your python environment using setuptools.: .. code-block:: bash $ git clone https://github.com/slightlynybbled/manufacturing $ cd manufacturing $ python setup.py install From Wheel File --------------- Download the wheel file and install from pip.: .. code-block:: bash ~/ $ python -m pip install manufacturing-X.X.X-py3-none-any.whl Of course, the X.X.X will be replaced with the version that you are looking at. Pip --- .. code-block:: bash ~/ $ python -m pip install manufacturing