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 3
3
## Chapters
4
4
5
5
Each 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.
9
9
10
- https://github.com/python-leap /code/branches/all
10
+ https://github.com/cosmicpython /code/branches/all
11
11
12
12
13
13
## Exercises
14
14
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
17
17
18
18
19
19
## Requirements
20
20
21
21
* 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
23
23
24
24
25
25
## Building the containers
You can’t perform that action at this time.
0 commit comments