Skip to content

Commit

Permalink
Merge pull request #13 from Mkranj/update_readme_121
Browse files Browse the repository at this point in the history
Clarify module installation in README
  • Loading branch information
Mkranj authored Jan 4, 2023
2 parents a0e902b + 3f79ec0 commit 0880301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
Write an Excel file containing all citations found in a document, so they can be used to check or build a reference list.

## Dependencies:
This program was written using Python 3.9.12. It requires the following modules:
This program was written using Python 3.9.12. It requires the following modules:
textract, xlsxwriter, regex

To install them in Powershell, type "*pip install textract*" and press Enter. After that, follow with "*pip install xlsxwriter*" and "*pip install regex*".
To install them (on Windows), open Powershell, type "*pip install textract*" and press Enter. After that, follow with "*pip install xlsxwriter*" and "*pip install regex*".

# About:
***PapersCited*** is a small Python program designed to help you with **writing and reviewing reference lists** in your scientific articles. It reads through a document of your choice and takes a note every time something is cited. At the end, it writes all those citations in an Excel file in alphabetical order, omitting duplicate entries.
Expand Down

0 comments on commit 0880301

Please sign in to comment.