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

Commit b724e22

Browse files
committed
Add restart console
1 parent 75676df commit b724e22

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The First Street Foundation API Access (Python) is a wrapper used to bulk extrac
3030

3131
![Screenshot](doc/images/1.3.1.png)
3232

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:
3434
```sh
3535
python -m venv /path/to/new/virtual/environment
3636
@@ -45,9 +45,13 @@ The First Street Foundation API Access (Python) is a wrapper used to bulk extrac
4545

4646
5. Run the setup script to install the project requirements
4747
```sh
48+
cd /path/to/project
49+
4850
pip install .\fsf_api_access_python\.
4951
```
5052

53+
![Screenshot](doc/images/1.5.2.png)
54+
5155
![Screenshot](doc/images/1.5.1.png)
5256

5357
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.

doc/images/1.5.2.png

11.4 KB
Loading

0 commit comments

Comments
 (0)