AI-Feynman
AI-Feynman copied to clipboard
pypi install
The library should be installable via pypi. I can help you set it up. basically, there should be an option to run pip install ai-feynman. It also brings up the issue that requirements.txt should be working out of the box, but it has a few errors. if you run python3 -m pip install -r requirements.txt there is a big in the 'sympy = 1.4' line. It should be ==. Also, gfortran and cash are not pip installable. Those are yum install or apt-get install
https://python-packaging-tutorial.readthedocs.io/en/latest/uploading_pypi.html
https://snarky.ca/what-the-heck-is-pyproject-toml/