We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a378b commit 824980dCopy full SHA for 824980d
.gitignore
@@ -1,5 +1,10 @@
1
+.cproject
2
+.project
3
+.pydevproject
4
+.settings
5
+.vscode/
6
build/
7
dist/
8
*.egg-info/
-*.so
-MANIFEST
9
+__pycache__/
10
+MANIFEST
README.md
@@ -11,7 +11,7 @@ This is a python module for encoding and correcting data using [BCH codes](https
11
$ pip install bchlib
12
13
## Installing from source:
14
- Make sure you have python-dev setup. For Windows, this means you need Visual Studio 2015.
+ Make sure you have python-dev setup. For Windows, this means you need [Visual Studio 2015](https://stackoverflow.com/a/44290942/6844002).
15
16
$ pip install .
17
0 commit comments