remove universal

This commit is contained in:
Matthias Bussonnier 2015-12-11 18:41:21 +01:00
parent df32201009
commit 1ec3f5eeeb

View File

@ -51,7 +51,7 @@ Run the following two commands to generate the universal ``wheel`` and the ``sdi
.. code::
$ python setup.py sdist
$ python setup.py bdist_wheel --universal
$ python setup.py bdist_wheel
.. note::