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

Commit 328cea9

Browse files
committed
Update requirements again and the README page
1 parent 7a7cdeb commit 328cea9

3 files changed

Lines changed: 9 additions & 33 deletions

File tree

README.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Current release: 0.1.1
6262

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

65-
4. Run the setup script to install the project requirements
65+
4. Use pip to install the project
6666
```sh
6767
cd /path/to/project
6868
@@ -417,30 +417,16 @@ fsid,year,returnPeriod,bin,low,mid,high
417417

418418
<a name="updating"></a>
419419
# [Updating the Project to the Newest Version:](#toc)
420-
If an update is made to this project, you will need to pull the changes from github and reinstall this project.
420+
If an update is made to this project, you will need to upgrade through PyPi
421421

422-
1. Open `git bash` and create then navigate to the existing project directory. Then navigate into the project directory, and run:
423-
424-
```git
425-
cd /path/to/project
426-
427-
cd fsf_api_access_python/
428-
429-
git pull
430-
```
431-
432-
If the response is `Already up to date.`, then you have the latest version of the project already.
433-
434-
![Screenshot](https://raw.githubusercontent.com/FirstStreet/fsf_api_access_python/master/doc/images//6.1.1.png)
435-
436-
2. Open a new `powershell console` / `bash terminal`, navigate to the project, and re-run the setup script to re-install the project:
422+
1. Open a new `powershell console` / `bash terminal`, navigate to the project, and run the upgrade command:
437423

438424
```shell script
439425
cd /path/to/project
440426
441427
.\venv\Scripts\activate
442428
443-
pip install .\fsf_api_access_python\.
429+
pip install --upgrade fsf_api_access_python
444430
```
445431

446432
![Screenshot](https://raw.githubusercontent.com/FirstStreet/fsf_api_access_python/master/doc/images//6.1.2.png)

requirements.txt

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
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
1+
aiohttp>=3.6.2
2+
pandas>=1.0.5
3+
Shapely>=1.7.0
4+
tqdm>=4.46.1

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.2',
14+
version='0.1.3',
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)