Skip to content

Commit 804b91e

Browse files
authored
Merge pull request talkpython#6 from ericchou1/master
change day 9-12 requirements.txt and readme.md Day3 instruction to apistar==0.5.41 for package 0.6+ breaking changes
2 parents 6a2dc2a + 3b202ab commit 804b91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

days/009-012-modern-apis-starred/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For this day, you will get a data set from [Mockaroo](https://mockaroo.com/) or
1212

1313
Data is everywhere, but if you don't get inspiration maybe you can use this [Marvel dataset](https://raw.githubusercontent.com/pybites/marvel_challenge/master/marvel-wikia-data.csv) we used for one of our code challenges. If you don't know how to parse CSV, no worries: the same repo [has code for this](https://github.com/pybites/marvel_challenge/blob/solution/marvel.py).
1414

15-
Next make a virtual env, activate it and `pip install apistar` as shown in the videos (of course you can also use `pipenv` or `Anaconda`).
15+
Next make a virtual env, activate it and `pip install apistar==0.5.41` as shown in the videos (of course you can also use `pipenv` or `Anaconda`).
1616

1717
Then start to build your API using the skeleton from my demo. Try to implement the `GET` endpoint today (both all items and single item).
1818

0 commit comments

Comments
 (0)