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

Commit 7a7cdeb

Browse files
committed
Update requirements with a freeze
1 parent 0b75e41 commit 7a7cdeb

3 files changed

Lines changed: 18 additions & 34 deletions

File tree

README.md

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff 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 .\fsf_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)

requirements.txt

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
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={

0 commit comments

Comments
 (0)