Add instructions for ANSI colors in terminals
This commit is contained in:
parent
0b2ffe39a4
commit
ede1079052
BIN
PreReq/VirtualTermianLevel.reg
Normal file
BIN
PreReq/VirtualTermianLevel.reg
Normal file
Binary file not shown.
|
@ -6,10 +6,16 @@ This repository is primarily a collection of resources and learning aides for St
|
|||
|
||||
* The requests module provides web/REST API access
|
||||
* The colorama module provides access to color and cursor positioning in a terminal
|
||||
* The termcolor module provides access to console text colors as well
|
||||
* In order to get ANSI colors in windows CMD or Powershell the virtual terminal level must be set to 1
|
||||
|
||||
Inside a terminal:
|
||||
```bash
|
||||
pip install requests colorama
|
||||
pip install requests colorama termcolor
|
||||
```
|
||||
Inside an **Administrator** terminal in the `PreReq/` folder:
|
||||
```bash
|
||||
reg import VirtualTerminalLevel.reg
|
||||
```
|
||||
|
||||
## [Python Basics](Python/)
|
||||
|
|
Loading…
Reference in New Issue
Block a user