Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit 22c4d48

Browse files
committed
Add git screenshot
1 parent b724e22 commit 22c4d48

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,17 @@ The First Street Foundation API Access (Python) is a wrapper used to bulk extrac
1313

1414
![Screenshot](doc/images/1.1.4.png)
1515

16-
1. Install the source code manager [Git]
17-
2. Open `git bash` and create then navigate to a new project directory
16+
2. Install the source code manager [Git]
17+
18+
![Screenshot](doc/images/1.2.3.png)
19+
20+
3. Open `git bash` and create then navigate to a new project directory
1821

1922
![Screenshot](doc/images/1.2.1.png)
2023

2124
![Screenshot](doc/images/1.2.2.png)
2225

23-
3. Clone the project repository (https://github.com/FirstStreet/fsf_api_access_python.git) to the new directory
26+
4. Clone the project repository (https://github.com/FirstStreet/fsf_api_access_python.git) to the new directory
2427
```sh
2528
Example File Structure:
2629

@@ -30,7 +33,7 @@ The First Street Foundation API Access (Python) is a wrapper used to bulk extrac
3033

3134
![Screenshot](doc/images/1.3.1.png)
3235

33-
4. [Optional] Open or close and re-open a new console and create and activate a new virtual environment in the project directory:
36+
5. [Optional] Open or close and re-open a new console and create and activate a new virtual environment in the project directory:
3437
```sh
3538
python -m venv /path/to/new/virtual/environment
3639
@@ -43,7 +46,7 @@ The First Street Foundation API Access (Python) is a wrapper used to bulk extrac
4346

4447
![Screenshot](doc/images/1.4.2.png)
4548

46-
5. Run the setup script to install the project requirements
49+
6. Run the setup script to install the project requirements
4750
```sh
4851
cd /path/to/project
4952
@@ -54,7 +57,7 @@ The First Street Foundation API Access (Python) is a wrapper used to bulk extrac
5457

5558
![Screenshot](doc/images/1.5.1.png)
5659

57-
6. The project is now setup and can be ran through one of the two methods below. See `Products` for additional details on how to extract flood data products from the API.
60+
7. The project is now setup and can be ran through one of the two methods below. See `Products` for additional details on how to extract flood data products from the API.
5861
```sh
5962
Example File Structure:
6063

doc/images/1.2.3.png

320 KB
Loading

0 commit comments

Comments
 (0)