@@ -86,6 +86,7 @@ See below for the output if you run `licensecheck` in this directory
86
86
```
87
87
88
88
### With metprint
89
+
89
90
If ` metprint ` is installed the tables look slightly different (note that the
90
91
leftmost symbols are coloured in the terminal)
91
92
@@ -277,6 +278,7 @@ format = "json"
277
278
```
278
279
279
280
## Documentation
281
+
280
282
See the [ Docs] ( /DOCS/ ) for more information.
281
283
282
284
## Install With PIP
@@ -290,6 +292,7 @@ Head to https://pypi.org/project/licensecheck/ for more info
290
292
## Language information
291
293
292
294
### Built for
295
+
293
296
This program has been written for Python versions 3.7 - 3.10 and has been tested with both 3.7 and
294
297
3.10
295
298
@@ -302,6 +305,7 @@ choco install python
302
305
```
303
306
304
307
### Windows - Python.org
308
+
305
309
To install Python, go to https://www.python.org/downloads/windows/ and download the latest
306
310
version.
307
311
328
332
```
329
333
330
334
### MacOS - Python.org
335
+
331
336
To install Python, go to https://www.python.org/downloads/macos/ and download the latest
332
337
version.
333
338
@@ -385,38 +390,45 @@ https://help.github.com/en/desktop/contributing-to-projects/cloning-a-repository
385
390
## Community Files
386
391
387
392
### Licence
393
+
388
394
MIT License
389
395
Copyright (c) FredHappyface
390
396
(See the [ LICENSE] ( /LICENSE.md ) for more information.)
391
397
392
398
### Changelog
399
+
393
400
See the [ Changelog] ( /CHANGELOG.md ) for more information.
394
401
395
402
### Code of Conduct
403
+
396
404
Online communities include people from many backgrounds. The * Project*
397
405
contributors are committed to providing a friendly, safe and welcoming
398
406
environment for all. Please see the
399
407
[ Code of Conduct] ( https://github.com/FHPythonUtils/.github/blob/master/CODE_OF_CONDUCT.md )
400
408
for more information.
401
409
402
410
### Contributing
411
+
403
412
Contributions are welcome, please see the
404
413
[ Contributing Guidelines] ( https://github.com/FHPythonUtils/.github/blob/master/CONTRIBUTING.md )
405
414
for more information.
406
415
407
416
### Security
417
+
408
418
Thank you for improving the security of the project, please see the
409
419
[ Security Policy] ( https://github.com/FHPythonUtils/.github/blob/master/SECURITY.md )
410
420
for more information.
411
421
412
422
### Support
423
+
413
424
Thank you for using this project, I hope it is of use to you. Please be aware that
414
425
those involved with the project often do so for fun along with other commitments
415
426
(such as work, family, etc). Please see the
416
427
[ Support Policy] ( https://github.com/FHPythonUtils/.github/blob/master/SUPPORT.md )
417
428
for more information.
418
429
419
430
### Rationale
431
+
420
432
The rationale acts as a guide to various processes regarding projects such as
421
433
the versioning scheme and the programming styles used. Please see the
422
434
[ Rationale] ( https://github.com/FHPythonUtils/.github/blob/master/RATIONALE.md )
0 commit comments