You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ This is a python module for encoding, decoding, and correcting data using [BCH c
10
10
$ pip install bchlib
11
11
12
12
## Installing from source:
13
-
Make sure you have python-dev setup. For Windows, this means you need [Visual Studio 2015](https://stackoverflow.com/a/44290942/6844002).
13
+
On Linux, you will need python-dev or equivalent package. Windows, you need Microsoft Visual C++. I've tested this manually using[Visual Studio 2015](https://stackoverflow.com/a/44290942/6844002).
14
14
15
15
$ pip install .
16
16
17
17
## Usage Example
18
18
19
-
See [the tests directory](tests) for usage examles.
19
+
See Python's built-in help `import bchlib; help(bchlib)` and the module's [tests](tests) for usage examples.
0 commit comments