1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Installation
===================
To install panflute from PyPI, open the command line and type::
pip install panflute
- Works with Python 3.6+, and PyPy
- On Windows, you might need to open the command line (``cmd``) as administrator (`ctrl+shift+enter`).
To install the latest Github version of panflute, type::
pip install git+https://github.com/sergiocorreia/panflute.git
Dev Install
***************
After cloning the Github repo into your computer, you can install the package locally::
python setup.py install
Alternatively, you can install it through a symlink, so changes are automatically updated::
python setup.py develop
Source Code
***************
To browse the source code, report issues or contribute, check the `github repository <https://github.com/sergiocorreia/panflute/>`_.
|