Add some prerequesites for basic examples
This commit is contained in:
parent
88972a1b71
commit
5aa14f7b19
10
README.md
10
README.md
|
@ -2,6 +2,16 @@
|
||||||
|
|
||||||
This repository is primarily a collection of resources and learning aides for Steve's classroom work. This can include coding examples in various languages, project examples, documentation, instructional guides, and just about anything else.
|
This repository is primarily a collection of resources and learning aides for Steve's classroom work. This can include coding examples in various languages, project examples, documentation, instructional guides, and just about anything else.
|
||||||
|
|
||||||
|
## Prerequesits
|
||||||
|
|
||||||
|
* The requests module provides web/REST API access
|
||||||
|
* The colorama module provides access to color and cursor positioning in a terminal
|
||||||
|
|
||||||
|
Inside a terminal:
|
||||||
|
```bash
|
||||||
|
pip install requests colorama
|
||||||
|
```
|
||||||
|
|
||||||
## [Python Basics](Python/)
|
## [Python Basics](Python/)
|
||||||
|
|
||||||
This is the home of many examples of basic Python syntax and logic. An attempt has been made to name them in such a way that they increase in complexity and build on each other as you go down the list of files.
|
This is the home of many examples of basic Python syntax and logic. An attempt has been made to name them in such a way that they increase in complexity and build on each other as you go down the list of files.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user