Skip to content

Commit

Permalink
Mention installing in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Mar 26, 2015
1 parent efca788 commit a3d78ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ or as a directory—and you want to distribute it.
There are other fields you can add - see the pkg.ini page of the docs.

3. Run this command to upload your code to PyPI::
3. Install flit if you don't already have it::

pip install flit

4. Run this command to upload your code to PyPI::

flit foobar wheel --upload

Expand Down

0 comments on commit a3d78ec

Please sign in to comment.