File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 33## Chapters
44
55Each chapter has its own branch which contains all the commits for that chapter,
6- so it has the state that corresponds to the _ end_ of that chapter. If you want
7- to try and code along with a chapter, you'll want to check out the branch for the
8- previous chapter.
6+ so it has the state that corresponds to the _ end_ of that chapter.
7+ If you want to try and code along with a chapter,
8+ you'll want to check out the branch for the previous chapter.
99
10- https://github.com/python-leap /code/branches/all
10+ https://github.com/cosmicpython /code/branches/all
1111
1212
1313## Exercises
1414
15- Branches for the exercises follow the convention ` {chatper_name }_exercise ` , eg
16- https://github.com/python-leap /code/tree/chapter_04_service_layer_exercise
15+ Branches for the exercises follow the convention ` {chapter_name }_exercise ` ,
16+ eg https://github.com/cosmicpython /code/tree/chapter_04_service_layer_exercise
1717
1818
1919## Requirements
2020
2121* docker with docker-compose
22- * for chapters 1 and 2, and optionally for the rest: a local python3.7 virtualenv
22+ * for chapters 1 and 2, and optionally for the rest: a local python3.8 virtualenv
2323
2424
2525## Building the containers
You can’t perform that action at this time.
0 commit comments