Installation¶
From source¶
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 pip:
$ git clone https://github.com/slightlynybbled/manufacturing
$ cd manufacturing
$ python -m pip install .
From wheel file¶
Download the wheel file and install from pip:
~/ $ 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¶
~/ $ python -m pip install manufacturing