Skip to content

Commit a45cf2d

Browse files
committed
In Day 3 instruction change 'pip install apistar' to 'pip install apistar==0.5.41'
1 parent d329507 commit a45cf2d

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)