Chemical formula parser is a python package that provides some features to parser chemical formula.
- Lark - Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.
In the root
directory (same one where you found this file after
cloning the git repo), execute:
python -m pip install -e .