Skip to content

Commit

Permalink
'wheels only' warning
Browse files Browse the repository at this point in the history
See discussion on gh-8
  • Loading branch information
takluyver committed Mar 30, 2015
1 parent 05c90f3 commit b47d810
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ To install a package locally for development, run::

flit install [--symlink]

.. note::

Flit only creates packages in the new 'wheel' format. People using older
versions of pip (<1.5) or easy_install will not be able to install them.
People may also want a traditional sdist for other reasons, such as Linux
distro packaging. I hope that these problems will diminsh over time.

Flit packages a single importable module or package at a time, using the import
name as the name on PyPI. All subpackages and data files within a package are
included automatically.
Expand Down

0 comments on commit b47d810

Please sign in to comment.