Skip to content

readme in .rst format #231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jan 14, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
readme better4
  • Loading branch information
stonebig committed Jan 14, 2016
commit 1e73988bcac50197b80b74502589c79155347f93
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ This is the `winpython` Python package, not the distribution itself.
It includes two main features:

* The WinPython Package Manager (WPPM): let you install/uninstall
to your WinPython distribution any standard Python package built
with distutils (e.g. "dummypackage-2.1.win-amd64-py3.4.‌exe")
or with wheels (e.g. "dummypackage-2.1-py2.py3-none-any.whl")
to your WinPython distribution any standard Python package built
with distutils (e.g. "dummypackage-2.1.win-amd64-py3.4.‌exe")
or with wheels (e.g. "dummypackage-2.1-py2.py3-none-any.whl")

* The WinPython build toolchain: make.py is the script used to
build a WinPython distribution from (almost) scratch.
build a WinPython distribution from (almost) scratch.

Dependencies
------------
Expand Down