Skip to content

Commit 96fc529

Browse files
authored
Use pip3 explicitly since we need this in Python 3.
1 parent f6eae2d commit 96fc529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

your-turn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Your goal will be to create a REST API built upon fake, static in-memory data to
1111

1212
You can see the types of data you can generate by clicking the folder icon in the type column. Browse through there and choose some sort of fake data and generate 1,000 rows and download it as JSON.
1313

14-
Then create a Python virtual environment, activate it, `pip install responder`, and create an `app.py` file.
14+
Then create a Python virtual environment, activate it, `pip3 install responder`, and create an `app.py` file.
1515

1616
Add two API endpoints, one for a list of items in your data set (or to search it) and another to return a single item.
1717

0 commit comments

Comments
 (0)