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

Commit 737a91e

Browse files
committed
Update doc with updated images
1 parent c367df4 commit 737a91e

File tree

8 files changed

+3
-7
lines changed

8 files changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,7 @@ Current release: 0.1.1
4545

4646
![Screenshot](https://raw.githubusercontent.com/FirstStreet/fsf_api_access_python/master/doc/images//1.1.4.png)
4747

48-
2. Install the source code manager [Git]
49-
50-
![Screenshot](https://raw.githubusercontent.com/FirstStreet/fsf_api_access_python/master/doc/images//1.2.3.png)
51-
52-
3. [Optional] Open a new `powershell console` / `bash terminal` or close and re-open a console and create and activate a new virtual environment in the project directory:
48+
2. [Optional] Open a new `powershell console` / `bash terminal` or close and re-open a console and create and activate a new virtual environment in the project directory:
5349
```sh
5450
python -m venv /path/to/new/virtual/environment
5551

@@ -62,7 +58,7 @@ Current release: 0.1.1
6258

6359
![Screenshot](https://raw.githubusercontent.com/FirstStreet/fsf_api_access_python/master/doc/images//1.4.2.png)
6460

65-
4. Use pip to install the project
61+
3. Use pip to install the project
6662
```sh
6763
cd /path/to/project
6864
@@ -78,7 +74,6 @@ Current release: 0.1.1
7874
Example File Structure:
7975
8076
.
81-
├── fsf_api_access_python.
8277
├── venv
8378
├── my_script.py
8479
@@ -106,6 +101,7 @@ Current release: 0.1.1
106101
2. Open/Re-open a `powershell console` / `bash terminal` and navigate to the project directory. Next, call one of the methods described below in the `Products` section through the command line. See the `Examples` section for more examples.
107102
```sh
108103
cd /path/to/project
104+
109105
python -m firststreet -p <product>.<product_subtype> -i <fsids> -f <file_name> -l <lookup_type>
110106
```
111107

doc/images/1.2.1.png

-4.77 KB
Binary file not shown.

doc/images/1.2.2.png

-11.9 KB
Binary file not shown.

doc/images/1.2.3.png

-256 KB
Binary file not shown.

doc/images/1.3.1.png

-17.7 KB
Binary file not shown.

doc/images/1.5.1.png

56.6 KB
Loading

doc/images/2.2.3.png

2.1 KB
Loading

doc/images/4.4.2.png

-1.15 KB
Loading

0 commit comments

Comments
 (0)