Skip to content

Commit 824980d

Browse files
committed
documentation and gitignore update
1 parent 73a378b commit 824980d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.gitignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
.cproject
2+
.project
3+
.pydevproject
4+
.settings
5+
.vscode/
16
build/
27
dist/
38
*.egg-info/
4-
*.so
5-
MANIFEST
9+
__pycache__/
10+
MANIFEST

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is a python module for encoding and correcting data using [BCH codes](https
1111
$ pip install bchlib
1212

1313
## Installing from source:
14-
Make sure you have python-dev setup. For Windows, this means you need Visual Studio 2015.
14+
Make sure you have python-dev setup. For Windows, this means you need [Visual Studio 2015](https://stackoverflow.com/a/44290942/6844002).
1515

1616
$ pip install .
1717

0 commit comments

Comments
 (0)