Add Sphinx Installation Instructions for Homebrew
Closed this issue · 1 comments
martinvelez commented
How did you successfully installed Sphinx on a Mac using Homebrew?
Please add insructions to README.md.
Rough Instructions.
Get the latest changes.
cd github/kodethon/Docs
git pull
Edit README.md. Commit and push your changes.
git add README.md
git commit -m 'Added Sphinx installation instructions for Homebrew.'
git push
bakelly18 commented
I ended up having to install MacPorts because pip wouldn't work correctly with Homebrew and it was easier to work with.