forked from FuzzySecurity/capstone
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python: Spelling/capitalization/contact fixes in readme
- Loading branch information
Showing
1 changed file
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! | ||
|
||
-------------------------------------------------------------------------------- | ||
|
||
|