CUNY-CL / latin_scansion

Apache License 2.0
0 stars 2 forks source link

Adds a conda environmental specification #30

Closed kylebgorman closed 3 years ago

kylebgorman commented 3 years ago

This YAML file allows for reproducible builds anywhere Conda can be used. At present it installs make, Python 3.8, Pynini, and Thrax.

The README explains how to use this.

We can use something simpler (e.g., Python's built-in requirements.txt support) for the web app since it itself doesn't need things like Thrax---we only need that at compile-time, not run-time.