You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This manual step is needed to install the Cheetah egg from Python:
pip install Cheetah
because I can't figure out how to add it as a dependency in the Homebrew formula, so it would be automatically installed.
There is a formulae repo for Python: https://github.com/homebrew/homebrew-python - and I use it for: numpy, scipy, and matplotlib, but they don't have cheetah (and might not want to, they say it is for "Python libraries with external dependencies that pip doesn't know how to handle"). Even if Cheetah has to be installed using pip, would be nice to remove the need to manually run it.
The text was updated successfully, but these errors were encountered:
This manual step is needed to install the Cheetah egg from Python:
because I can't figure out how to add it as a dependency in the Homebrew formula, so it would be automatically installed.
There is a formulae repo for Python: https://github.com/homebrew/homebrew-python - and I use it for: numpy, scipy, and matplotlib, but they don't have cheetah (and might not want to, they say it is for "Python libraries with external dependencies that pip doesn't know how to handle"). Even if Cheetah has to be installed using pip, would be nice to remove the need to manually run it.
The text was updated successfully, but these errors were encountered: