From 3f79ec0590008d7af9de6aad8be88db3305a9777 Mon Sep 17 00:00:00 2001 From: Mkranj Date: Wed, 4 Jan 2023 23:13:23 +0100 Subject: [PATCH] Clarify module installation in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff7fb24..2043c3e 100644 --- a/README.md +++ b/README.md @@ -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.