33 | | * Latest stable release: '''[http://wokkel.ik.nu/releases/18.0.0/wokkel-18.0.0.tar.gz 18.0.0]''' (2018-12-04). |
| 33 | * Latest stable release: '''18.0.0 [http://wokkel.ik.nu/releases/18.0.0/wokkel-18.0.0.tar.gz tarball] [https://wokkel.ik.nu/releases/18.0.0/wokkel-18.0.0-py2.py3-none-any.whl wheel]''' (2018-12-04). |
| 34 | |
| 35 | = Installing = |
| 36 | |
| 37 | The best way to install the latest version is using pip in a Virtual Environment, as described in the [https://packaging.python.org/tutorials/installing-packages/ Python Packaging User Guide]. Once you've set up and activated the Virtual Environment, do: |
| 38 | |
| 39 | {{{ |
| 40 | pip install wokkel |
| 41 | }}} |
| 42 | |
| 43 | If you want to develop on Wokkel and/or run its test, from the checked out repository, install its development dependencies like so: |
| 44 | |
| 45 | {{{ |
| 46 | pip install .[dev] |
| 47 | }}} |
| 48 | |