You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,17 @@ The First Street Foundation API Access (Python) is a wrapper used to bulk extrac
13
13
14
14

15
15
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
+

19
+
20
+
3. Open `git bash` and create then navigate to a new project directory
18
21
19
22

20
23
21
24

22
25
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
24
27
```sh
25
28
Example File Structure:
26
29
@@ -30,7 +33,7 @@ The First Street Foundation API Access (Python) is a wrapper used to bulk extrac
30
33
31
34

32
35
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:
34
37
```sh
35
38
python -m venv /path/to/new/virtual/environment
36
39
@@ -43,7 +46,7 @@ The First Street Foundation API Access (Python) is a wrapper used to bulk extrac
43
46
44
47

45
48
46
-
5. Run the setup script to install the project requirements
49
+
6. Run the setup script to install the project requirements
47
50
```sh
48
51
cd /path/to/project
49
52
@@ -54,7 +57,7 @@ The First Street Foundation API Access (Python) is a wrapper used to bulk extrac
54
57
55
58

56
59
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.
0 commit comments