FrankensteinVariorum / fv-collation

first-stage collation processing in the Frankenstein Variorum Project. For post processing and Variorum development, see our GitHub organization: https://github.com/FrankensteinVariorum
https://frankensteinvariorum.github.io/fv-collation/
GNU Affero General Public License v3.0
9 stars 2 forks source link

New Collation; updating collateX #72

Open ebeshero opened 3 years ago

ebeshero commented 3 years ago

Opening this issue to mark the transition to the current version of collateX to continue work on the Variorum edition data.

Detailed installation instructions for use with Python on multiple platforms: https://github.com/djbpitt/collatexInstallation/blob/master/collatex-installation.md

ebeshero commented 3 years ago

Mac installation commands in a nutshell:

pip install collatex

pip install python-levenshtein

pip install graphviz

Test if things worked using a little python in your terminal to show your version of collatex:

pip show collatex

This should reveal some metadata about the program and what version it is (should be 2.2)

ebeshero commented 3 years ago

The other python modules we're working with are part of the Python 3.9 distribution, so we don't need to install them separately. We'll just import them in the python file. These include: