mathics-core icon indicating copy to clipboard operation
mathics-core copied to clipboard

Typo in installation document

Open toddmo opened this issue 3 years ago • 1 comments

In https://mathics-development-guide.readthedocs.io/en/latest/installing.html,

there's a typo.

The line

$ apt-get install python-dev libsqlite3-devp python-setuptools liblapack-dev llvm-dev

should be

$ apt-get install python-dev libsqlite3-dev python-setuptools liblapack-dev llvm-dev

libsqlite3-devp has an extra p

toddmo avatar Sep 24 '22 15:09 toddmo

The typo is actually in the mathics-development-guide repo. Fixed in https://github.com/Mathics3/mathics-development-guide/commit/b78cf64240dce56ffe303d3eb5fe14ceab46bcf7

mmatera avatar Sep 24 '22 17:09 mmatera