Skip to content

Commit

Permalink
fixed README and requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJeremyHobbs committed Feb 7, 2019
1 parent 9af5cae commit b9d14cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
![Alt text](https://github.com/MrJeremyHobbs/GobiChecker/blob/master/images/logo_large.png?raw=true "Title")
# GobiChecker
GobiChecker is a program that takes a brief export of Gobi requests and searches Alma for duplicates holdings in both the institution zone (IZ) and the network zone.
GobiChecker is a program that takes a brief export of Gobi requests and searches Alma for duplicates holdings in both the institution zone (IZ) and the network zone (NZ).

It uses the ISBN has an index and uses SRU searching to find local print, ebook, or other holdings. It also checks your network zone for consortial ebook holdings that your library have access to.
It uses the ISBN as an index and uses SRU searching to find local print, ebook, or other holdings.

It also checks your network zone for consortial ebook holdings that your library have access to.

*NOTE: currently GobiChecker is only for institutions with both an IZ and NZ.

Expand All @@ -15,4 +17,4 @@ It is a portable app that can run locally on your desktop or else a usb flash dr
Check the [releases](https://github.com/MrJeremyHobbs/GobiChecker/releases) tab above for a downloadable zip.

## Documentation
Documentation is included. You can also view it by clicking [here](https://github.com/MrJeremyHobbs/GobiChecker/blob/docs/GobiChecker_2_1.pdf).
Documentation is included. You can also view it by clicking [here](https://github.com/MrJeremyHobbs/GobiChecker/blob/master/docs/GobiChecker_2_1.pdf).
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ pefile==2018.8.8
PyInstaller==3.3.1
pypiwin32==223
pywin32==223
requests==2.19.1
requests>=2.20.0
urllib3==1.23
xmltodict==0.11.0

0 comments on commit b9d14cf

Please sign in to comment.