Skip to content

Commit 2bd6844

Browse files
committed
Update README
1 parent 67a3eb8 commit 2bd6844

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Automated CRUD (i.e., `POST`, `GET`, `PUT`, `DELETE`) APIs using `python`
1414

1515
```properties
1616
api-framework-python/
17-
├─ clients/
17+
├─ services/
1818
│ ├─ restful_booker/
1919
│ │ ├─ __init__.py
20-
│ │ ├─ restful_booker_client.py
20+
│ │ ├─ restful_booker_service.py
2121
│ ├─ __init__.py
22-
│ ├─ base_client.py
22+
│ ├─ base_service.py
2323
├─ tests/
2424
│ ├─ data/
2525
│ │ ├─ create_booking.json
@@ -42,12 +42,18 @@ api-framework-python/
4242

4343
## 🚀 Installation Steps:
4444

45-
- Install `pipenv` via homebrew
45+
- For Mac: Install `pipenv` via `homebrew`
4646

4747
```commandline
4848
brew install pipenv
4949
```
5050

51+
- For Windows: Install `pipenv` via `pip`
52+
53+
```commandline
54+
pip install pipenv
55+
```
56+
5157
- Create a home directory
5258

5359
```commandline

0 commit comments

Comments
 (0)