@@ -108,11 +108,11 @@ System Requirements
108
108
Hardware:
109
109
ScanCode will run best with a modern X86 processor and at least 2GB or Ram and 250MB of disk.
110
110
111
- Operating System :
112
- ScanCode should run:
113
- * on most recent 64-bit Linux distributions (32-bit distros are not supported for now),
114
- * on recent Mac OSX (10.6.8 and up),
115
- * and on Windows 7 and up (32- or 64-bit) using a 32-bit Python.
111
+ Supported operating Systems. ScanCode should run :
112
+
113
+ * on most recent 64-bit Linux distributions (32-bit distros are not supported for now),
114
+ * on recent Mac OSX (10.6.8 and up),
115
+ * and on Windows 7 and up (32- or 64-bit) using a 32-bit Python.
116
116
117
117
On Linux:
118
118
@@ -134,6 +134,7 @@ On Windows:
134
134
Install Python on the c: drive and use all default installer options.
135
135
136
136
On Mac:
137
+
137
138
Download Python from this url:
138
139
139
140
https://www.python.org/ftp/python/2.7.10/python-2.7.10-macosx10.6.pkg
@@ -251,9 +252,9 @@ You need to create a pair of files:
251
252
252
253
* the key name can contain only these symbols:
253
254
254
- * lowercase letters from a to z,
255
- * numbers from 0 to 9,and
256
- * dash `- ` and `. ` period signs. No spaces.
255
+ - lowercase letters from a to z,
256
+ - numbers from 0 to 9,and
257
+ - dash `- ` and `. ` period signs. No spaces.
257
258
258
259
Save these two files in the src/licensedcode/data/licenses/ directory.
259
260
@@ -265,6 +266,7 @@ See the src/licensedcode/data/licenses/ directory for examples.
265
266
How to add a new license detection rule?
266
267
========================================
267
268
A license detection rule is a pair of files:
269
+
268
270
* a plain text rule file that is typically a variant of a license text, notice or license mention.
269
271
* a small text data file (in YAML format) documenting which license(s) should be detected for
270
272
the rule text.
@@ -357,4 +359,4 @@ More info:
357
359
their sources in this repo: https://github.com/nexB/scancode-thirdparty-src/
358
360
* Porting ScanCode to other OS (FreeBSD, etc.) is possible. Enter an issue for help.
359
361
* Bugs and pull requests are welcomed.
360
- * See CONTRIBUTING.rst for more info.
362
+ * See CONTRIBUTING.rst for more info.
0 commit comments