]> git.armaanb.net Git - phrases.git/blobdiff - README.md
make database-file location more flexible
[phrases.git] / README.md
index f13e0a169e2909f4458860872644f9c1c6ba82f1..95ffe8de0cb2440c0bdf31285ef24245e6d18479 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,12 +7,15 @@ Wikipedia contributors, "List of Latin phrases (full)," Wikipedia, The Free Ency
 There are currently 2239 famous phrases in the database
 
 ## Installation
+### On Linux + MacOS
 `sudo make` to install.
 
 `sudo make uninstall` to uninstall completely.
 
+The program can also be run without installing
+
 ### Notes
-  * If you want to generate a new phrases.csv file with the `extract.py` script, then you need the BeautifulSoup Python module.
+  * If you want to generate a new phrase database file with the `extract.py` script, then you need the beautifulsoup4 Python module.
   * Tested and written on Python 3.9.0
 
 ## License