AI-Feynman icon indicating copy to clipboard operation
AI-Feynman copied to clipboard

pypi install

Open dcshapiro opened this issue 4 years ago • 2 comments

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

dcshapiro avatar Jun 30 '20 15:06 dcshapiro

https://python-packaging-tutorial.readthedocs.io/en/latest/uploading_pypi.html

dcshapiro avatar Jun 30 '20 15:06 dcshapiro

https://snarky.ca/what-the-heck-is-pyproject-toml/

dcshapiro avatar Jun 30 '20 15:06 dcshapiro