This repository was archived by the owner on Jan 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,33 +49,7 @@ Current release: 0.1.1
4949
5050 ![ Screenshot] ( https://raw.githubusercontent.com/FirstStreet/fsf_api_access_python/master/doc/images//1.2.3.png )
5151
52- 3 . Open ` git bash ` or a ` bash terminal ` (if on a MacOS or Linux) and create then navigate to a new project directory
53-
54- ``` sh
55- mkdir fsf_api
56-
57- cd fsf_api
58- ```
59-
60- ! [Screenshot](https://raw.githubusercontent.com/FirstStreet/fsf_api_access_python/master/doc/images//1.2.1.png)
61-
62- ! [Screenshot](https://raw.githubusercontent.com/FirstStreet/fsf_api_access_python/master/doc/images//1.2.2.png)
63-
64- 4. Clone the project repository (https://github.com/FirstStreet/fsf_api_access_python.git) to the new directory
65- ` ` ` sh
66- Example File Structure:
67-
68- .
69- ├── fsf_api_access_python
70- ` ` `
71-
72- ` ` ` sh
73- git clone https://github.com/FirstStreet/fsf_api_access_python.git
74- ` ` `
75-
76- ! [Screenshot](https://raw.githubusercontent.com/FirstStreet/fsf_api_access_python/master/doc/images//1.3.1.png)
77-
78- 5. [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:
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:
7953 ``` sh
8054 python -m venv /path/to/new/virtual/environment
8155
@@ -88,11 +62,11 @@ Current release: 0.1.1
8862
8963 ! [Screenshot](https://raw.githubusercontent.com/FirstStreet/fsf_api_access_python/master/doc/images//1.4.2.png)
9064
91- 6 . Run the setup script to install the project requirements
65+ 4 . Run the setup script to install the project requirements
9266 ` ` ` sh
9367 cd /path/to/project
9468
95- pip install . \f sf_api_access_python \.
69+ pip install fsf-api-access-python
9670 ` ` `
9771
9872 ! [Screenshot](https://raw.githubusercontent.com/FirstStreet/fsf_api_access_python/master/doc/images//1.5.2.png)
Original file line number Diff line number Diff line change 1- aiohttp
2- shapely >= 1.7.0
3- pandas >= 1.0.0
4- tqdm
1+ aiohttp == 3.6.2
2+ async-timeout == 3.0.1
3+ attrs == 19.3.0
4+ chardet == 3.0.4
5+ idna == 2.9
6+ multidict == 4.7.6
7+ numpy == 1.19.0
8+ pandas == 1.0.5
9+ python-dateutil == 2.8.1
10+ pytz == 2020.1
11+ Shapely == 1.7.0
12+ six == 1.15.0
13+ tqdm == 4.46.1
14+ yarl == 1.4.2
Original file line number Diff line number Diff line change 1111
1212setup (
1313 name = 'fsf-api-access_python' ,
14- version = '0.1.1 ' ,
14+ version = '0.1.2 ' ,
1515 description = 'A Python API Access Client for the First Street Foundation API' ,
1616 url = 'https://github.com/FirstStreet/fsf_api_access_python' ,
1717 project_urls = {
You can’t perform that action at this time.
0 commit comments