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
+15-3
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
#### \*\*Disclaimer: This is an ALPHA release\*\*
6
6
7
-
**Latest Version:** 1.0a1
7
+
**Latest Version:** 1.0a2
8
8
<br>
9
9
**Release Date:** 05/11/2020
10
10
@@ -32,6 +32,9 @@ The Carbon Black Cloud Binary Toolkit is design to work on Python 3.6 and above.
32
32
33
33
All requirements are installed as part of `pip install` or if you're planning on pushing changes to the Carbon Black Cloud Binary Toolkit, the following can be used after cloning the repo `pip install requirements.txt`
34
34
35
+
### Carbon Black Cloud
36
+
* Enterprise EDR
37
+
35
38
### Python Packages
36
39
* argparse
37
40
* cbapi
@@ -41,8 +44,17 @@ All requirements are installed as part of `pip install` or if you're planning on
41
44
* schema
42
45
* yara-python
43
46
44
-
### Carbon Black Cloud
45
-
* Enterprise EDR
47
+
#### Note:
48
+
49
+
***Windows** users will need to have [Microsoft Visual C++ 14.0 Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools) installed in order to compile yara-python.
50
+
51
+
***Linux** users will need to have the python developer package installed in order to compile yara-python. If you receive compile errors, make sure you are on the latest gcc compiler version
0 commit comments