Skip to content

Commit

Permalink
Python: Spelling/capitalization/contact fixes in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmot committed Oct 25, 2016
1 parent cffc988 commit 5db5ec8
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions bindings/python/README.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
To install capstone, you should run `pip install capstone`.
To install Capstone, you should run `pip install capstone`.

If you would like to build capstone with just the source distribution, without
If you would like to build Capstone with just the source distribution, without
pip, just run `python setup.py install` in the folder with setup.py in it.

In order to use this source distribution, you will need an environment that can
compile C code. On linux, this is usually easy, but on windows, this involves
compile C code. On Linux, this is usually easy, but on Windows, this involves
installing Visual Studio and using the "Developer Command Prompt" to perform the
installation. See BUILDING.txt for more information.

If you don't want to build your own copy of capstone, you can use a precompiled
binary distribution frm PyPI. Saying `pip install capstone` should automatically
obtain an appropriate copy for your system. If it does not, please inform
<[email protected]> - they will fix this, probably.
If you don't want to build your own copy of Capstone, you can use a precompiled
binary distribution from PyPI. Saying `pip install capstone` should
automatically obtain an appropriate copy for your system. If it does not, please
open an issue at https://github.com/aquynh/capstone and tag @rhelmot - they
will fix this, probably!

--------------------------------------------------------------------------------

Expand Down

0 comments on commit 5db5ec8

Please sign in to comment.