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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The First Street Foundation API Access (Python) is a wrapper used to bulk extrac
30
30
31
31

32
32
33
-
4. [Optional] Open a console and create and activate a new virtual environment in the project directory:
33
+
4. [Optional] Open or close and re-open a new console and create and activate a new virtual environment in the project directory:
34
34
```sh
35
35
python -m venv /path/to/new/virtual/environment
36
36
@@ -45,9 +45,13 @@ The First Street Foundation API Access (Python) is a wrapper used to bulk extrac
45
45
46
46
5. Run the setup script to install the project requirements
47
47
```sh
48
+
cd /path/to/project
49
+
48
50
pip install .\fsf_api_access_python\.
49
51
```
50
52
53
+

54
+
51
55

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