Skip to content
Snippets Groups Projects
Commit e0f276a9 authored by Payno's avatar Payno
Browse files

Start adding information for releases

parent 4ae02cb8
No related branches found
Tags v0.1
No related merge requests found
......@@ -66,3 +66,21 @@ orangecontrib.esrf.core.xxx
orangecontrib.esrf.widgets.xxxWidgets
orangecontrib.esrf.core should be Qt free.
Release
'''''''
To create a release we simply run :
.. code-block:: bash
python setup.py bdist_wheel --universal
As we don't have any compile code we can create a universal wheel installable every where.
Just make sure you have wheel installed :
.. code-block:: bash
pip install wheel
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment