SJ001 / AI-Feynman

MIT License
625 stars 188 forks source link

pypi install #11

Open dcshapiro opened 4 years ago

dcshapiro commented 4 years ago

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 commented 4 years ago

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

dcshapiro commented 4 years ago

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